License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators |
GroupId | GroupIdcom.google.auto.service |
ArtifactId | ArtifactIdauto-service-aggregator |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionAutoService Aggregator
Aggregator POM for @AutoService
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
auto-service-aggregator-1.0.1.pom | 4 KB |
Browse |
<!-- 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.1</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.1'
// https://jarcasting.com/artifacts/com.google.auto.service/auto-service-aggregator/
implementation ("com.google.auto.service:auto-service-aggregator:1.0.1")
'com.google.auto.service:auto-service-aggregator:pom:1.0.1'
<dependency org="com.google.auto.service" name="auto-service-aggregator" rev="1.0.1">
<artifact name="auto-service-aggregator" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.auto.service', module='auto-service-aggregator', version='1.0.1')
)
libraryDependencies += "com.google.auto.service" % "auto-service-aggregator" % "1.0.1"
[com.google.auto.service/auto-service-aggregator "1.0.1"]