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