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