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