is not current version
Last Version 2.1.1

org.sonatype.appbooter:appbooter 1.3


GroupId

GroupId

org.sonatype.appbooter
ArtifactId

ArtifactId

appbooter
Version

Version

1.3
Type

Type

pom

Download appbooter 1.3

Filename Size
appbooter-1.3.pom 1008 bytes
Browse

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