GroupId | GroupIdorg.sonatype.runtime |
---|---|
ArtifactId | ArtifactIdaggregator-ars |
Version | Version0.1.0 |
Type | Typepom |
Filename | Size |
---|---|
aggregator-ars-0.1.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.runtime/aggregator-ars/ -->
<dependency>
<groupId>org.sonatype.runtime</groupId>
<artifactId>aggregator-ars</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.runtime/aggregator-ars/
implementation 'org.sonatype.runtime:aggregator-ars:0.1.0'
// https://jarcasting.com/artifacts/org.sonatype.runtime/aggregator-ars/
implementation ("org.sonatype.runtime:aggregator-ars:0.1.0")
'org.sonatype.runtime:aggregator-ars:pom:0.1.0'
<dependency org="org.sonatype.runtime" name="aggregator-ars" rev="0.1.0">
<artifact name="aggregator-ars" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.runtime', module='aggregator-ars', version='0.1.0')
)
libraryDependencies += "org.sonatype.runtime" % "aggregator-ars" % "0.1.0"
[org.sonatype.runtime/aggregator-ars "0.1.0"]