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