is not current version
Last Version 1.0.1

com.google.auto.service:auto-service-aggregator 1.0-rc7

Aggregator POM for @AutoService

Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

com.google.auto.service
ArtifactId

ArtifactId

auto-service-aggregator
Version

Version

1.0-rc7
Type

Type

pom

Download auto-service-aggregator 1.0-rc7


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