Download auto-service-1.0-rc3.jar file - Jar a

Jar examples for a:auto-service

Description

Provider-configuration files for ServiceLoader.

You can download jar file auto-service 1.0-rc3 in this page.

License

Apache License

Build File

You can use the following script to add auto-service-1.0-rc3.jar to your project.

<dependency>
   <groupId>com.google.auto.service</groupId>
   <artifactId>auto-service</artifactId>
   <version>1.0-rc3</version>
</dependency>
compile group: 'com.google.auto.service', name: 'auto-service', version: '1.0-rc3'
libraryDependencies += "com.google.auto.service" % "auto-service" % "1.0-rc3"
<dependency org="com.google.auto.service" name="auto-service" rev="1.0-rc3"/>
@Grapes(@Grab(group='com.google.auto.service', module='auto-service', version='1.0-rc3'))
'com.google.auto.service:auto-service:jar:1.0-rc3'

Download

Click the following link to download the jar file.

auto-service-1.0-rc3-javadoc.jar
auto-service-1.0-rc3-site.jar
auto-service-1.0-rc3-sources.jar
auto-service-1.0-rc3.jar
auto-service-1.0-rc3.pom



Related Tutorials