MVN

com.google.auto.service : auto-service

Maven & Gradle

Jun 12, 2023
1.6k usages
10.3k stars

AutoService Processor · Provider-configuration files for ServiceLoader.

<dependency>
    <groupId>com.google.auto.service</groupId>
    <artifactId>auto-service</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.auto.service : auto-service to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1
  • Latest Release Candidate: 1.0-rc7

All Versions

Choose a version of com.google.auto.service : auto-service to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
auto-service-1.1.1
auto-service-1.1.0
1.0.x
auto-service-1.0.2
auto-service-1.0.1
1.0
auto-service-1.0
auto-service-1.0-rc7
auto-service-1.0-rc6
auto-service-1.0-rc5
auto-service-1.0-rc4
auto-service-1.0-rc3
auto-service-1.0-rc2
auto-service-1.0-rc1

How to add a dependency to Maven

Add the following com.google.auto.service : auto-service maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.google.auto.service</groupId>
    <artifactId>auto-service</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.auto.service : auto-service gradle dependency to your build.gradle file:

implementation 'com.google.auto.service:auto-service:1.1.1'

Gradle Kotlin DSL: Add the following com.google.auto.service : auto-service gradle kotlin dependency to your build.gradle.kts file:

implementation("com.google.auto.service:auto-service:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.auto.service : auto-service sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.auto.service" % "auto-service" % "1.1.1"

Advertisement

Dependencies from Group

Jun 12, 2023
1.6k usages
10.3k stars
Jun 12, 2023
422 usages
10.3k stars

Discover Dependencies

Oct 12, 2013
64 usages
146 stars
Jun 21, 2023
1.1k usages
Dec 20, 2022
40 usages
47 stars
Dec 15, 2022
218 usages
2.5k stars
May 20, 2023
843 usages
3.9k stars
Jun 01, 2023
570 usages
875 stars
Mar 08, 2016
26 usages
3.8k stars
Feb 03, 2023
54 usages
52 stars