a

auto-service-aggregator

Aggregator POM for @AutoService
https://github.com/google/auto/tree/main/service
Apache 2.0
Google LLC
Files download
File Operation
auto-service-aggregator-1.1.1.pom download
Apache Maven
<dependency>
  <groupId>com.google.auto.service</groupId>
  <artifactId>auto-service-aggregator</artifactId>
  <version>1.1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.google.auto.service:auto-service-aggregator:1.1.1'
Gradle Kotlin
implementation("com.google.auto.service:auto-service-aggregator:1.1.1")
Scala SBT
libraryDependencies += "com.google.auto.service" % "auto-service-aggregator" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.google.auto.service', module='auto-service-aggregator', version='1.1.1')
)
Apache Ivy
<dependency org="com.google.auto.service" name="auto-service-aggregator" rev="1.1.1" />
Leiningen
[com.google.auto.service/auto-service-aggregator "1.1.1"]
Apache Buildr
'com.google.auto.service:auto-service-aggregator:jar:1.1.1'