a

auto-service

Provider-configuration files for ServiceLoader.
Files download
File Operation
auto-service-1.0-rc2.jar download
auto-service-1.0-rc2.pom download
auto-service-1.0-rc2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.auto.service</groupId>
  <artifactId>auto-service</artifactId>
  <version>1.0-rc2</version>
</dependency>
Gradle Groovy
implementation 'com.google.auto.service:auto-service:1.0-rc2'
Gradle Kotlin
implementation("com.google.auto.service:auto-service:1.0-rc2")
Scala SBT
libraryDependencies += "com.google.auto.service" % "auto-service" % "1.0-rc2"
Groovy Grape
@Grapes(
  @Grab(group='com.google.auto.service', module='auto-service', version='1.0-rc2')
)
Apache Ivy
<dependency org="com.google.auto.service" name="auto-service" rev="1.0-rc2" />
Leiningen
[com.google.auto.service/auto-service "1.0-rc2"]
Apache Buildr
'com.google.auto.service:auto-service:jar:1.0-rc2'