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