| Группа | Группаorg.sonatype.sisu |
|---|---|
| Идентификатор | Идентификаторsisu-bundle-launcher-aggregator |
| Версия | Версия1.5.3 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| sisu-bundle-launcher-aggregator-1.5.3.pom | 10 KB |
| Обзор |
<!-- 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.5.3</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.5.3'
// https://jarcasting.com/artifacts/org.sonatype.sisu/sisu-bundle-launcher-aggregator/
implementation ("org.sonatype.sisu:sisu-bundle-launcher-aggregator:1.5.3")
'org.sonatype.sisu:sisu-bundle-launcher-aggregator:pom:1.5.3'
<dependency org="org.sonatype.sisu" name="sisu-bundle-launcher-aggregator" rev="1.5.3">
<artifact name="sisu-bundle-launcher-aggregator" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.sisu', module='sisu-bundle-launcher-aggregator', version='1.5.3')
)
libraryDependencies += "org.sonatype.sisu" % "sisu-bundle-launcher-aggregator" % "1.5.3"
[org.sonatype.sisu/sisu-bundle-launcher-aggregator "1.5.3"]