не последняя версия
Последняя версия 2.1.1

org.sonatype.appbooter:appbooter 2.0.0


Группа

Группа

org.sonatype.appbooter
Идентификатор

Идентификатор

appbooter
Версия

Версия

2.0.0
Тип

Тип

pom

Скачать appbooter 2.0.0

Имя Файла Размер
appbooter-2.0.0.pom 2 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.sonatype.appbooter/appbooter/ -->
<dependency>
    <groupId>org.sonatype.appbooter</groupId>
    <artifactId>appbooter</artifactId>
    <version>2.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.appbooter/appbooter/
implementation 'org.sonatype.appbooter:appbooter:2.0.0'
// https://jarcasting.com/artifacts/org.sonatype.appbooter/appbooter/
implementation ("org.sonatype.appbooter:appbooter:2.0.0")
'org.sonatype.appbooter:appbooter:pom:2.0.0'
<dependency org="org.sonatype.appbooter" name="appbooter" rev="2.0.0">
  <artifact name="appbooter" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.appbooter', module='appbooter', version='2.0.0')
)
libraryDependencies += "org.sonatype.appbooter" % "appbooter" % "2.0.0"
[org.sonatype.appbooter/appbooter "2.0.0"]