License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators |
GroupId | GroupIdcom.google.auto.service |
ArtifactId | ArtifactIdauto-service |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAutoService Processor
Provider-configuration files for ServiceLoader.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
auto-service-1.0.1.pom | |
auto-service-1.0.1.jar | 11 KB |
auto-service-1.0.1-sources.jar | 7 KB |
auto-service-1.0.1-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.auto.service/auto-service/ -->
<dependency>
<groupId>com.google.auto.service</groupId>
<artifactId>auto-service</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.auto.service/auto-service/
implementation 'com.google.auto.service:auto-service:1.0.1'
// https://jarcasting.com/artifacts/com.google.auto.service/auto-service/
implementation ("com.google.auto.service:auto-service:1.0.1")
'com.google.auto.service:auto-service:jar:1.0.1'
<dependency org="com.google.auto.service" name="auto-service" rev="1.0.1">
<artifact name="auto-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.auto.service', module='auto-service', version='1.0.1')
)
libraryDependencies += "com.google.auto.service" % "auto-service" % "1.0.1"
[com.google.auto.service/auto-service "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.auto.service : auto-service-annotations | jar | 1.0.1 |
com.google.auto : auto-common | jar | 1.2 |
com.google.guava : guava | jar | 31.0.1-jre |
Group / Artifact | Type | Version |
---|---|---|
com.google.testing.compile : compile-testing | jar | 0.19 |
junit : junit | jar | 4.13.2 |
com.google.truth : truth | jar | 1.1.3 |