a

auto-service

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