a

auto-service-annotations

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