is not current version
Last Version 1.0.1

com.google.auto.service:auto-service 1.0-rc2

Provider-configuration files for ServiceLoader.

Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

com.google.auto.service
ArtifactId

ArtifactId

auto-service
Version

Version

1.0-rc2
Type

Type

jar

Download auto-service 1.0-rc2


<!-- https://jarcasting.com/artifacts/com.google.auto.service/auto-service/ -->
<dependency>
    <groupId>com.google.auto.service</groupId>
    <artifactId>auto-service</artifactId>
    <version>1.0-rc2</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.auto.service/auto-service/
implementation 'com.google.auto.service:auto-service:1.0-rc2'
// https://jarcasting.com/artifacts/com.google.auto.service/auto-service/
implementation ("com.google.auto.service:auto-service:1.0-rc2")
'com.google.auto.service:auto-service:jar:1.0-rc2'
<dependency org="com.google.auto.service" name="auto-service" rev="1.0-rc2">
  <artifact name="auto-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.auto.service', module='auto-service', version='1.0-rc2')
)
libraryDependencies += "com.google.auto.service" % "auto-service" % "1.0-rc2"
[com.google.auto.service/auto-service "1.0-rc2"]