| GroupId | GroupIdorg.sonatype.sisu |
|---|---|
| ArtifactId | ArtifactIdsisu-bundle-launcher-aggregator |
| Version | Version1.8 |
| Type | Typepom |
| Filename | Size |
|---|---|
| sisu-bundle-launcher-aggregator-1.8.pom | 10 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.sisu/sisu-bundle-launcher-aggregator/ -->
<dependency>
<groupId>org.sonatype.sisu</groupId>
<artifactId>sisu-bundle-launcher-aggregator</artifactId>
<version>1.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.sisu/sisu-bundle-launcher-aggregator/
implementation 'org.sonatype.sisu:sisu-bundle-launcher-aggregator:1.8'
// https://jarcasting.com/artifacts/org.sonatype.sisu/sisu-bundle-launcher-aggregator/
implementation ("org.sonatype.sisu:sisu-bundle-launcher-aggregator:1.8")
'org.sonatype.sisu:sisu-bundle-launcher-aggregator:pom:1.8'
<dependency org="org.sonatype.sisu" name="sisu-bundle-launcher-aggregator" rev="1.8">
<artifact name="sisu-bundle-launcher-aggregator" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.sisu', module='sisu-bundle-launcher-aggregator', version='1.8')
)
libraryDependencies += "org.sonatype.sisu" % "sisu-bundle-launcher-aggregator" % "1.8"
[org.sonatype.sisu/sisu-bundle-launcher-aggregator "1.8"]