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