is not current version
Last Version 1.1.1

org.irenical.booty:booty 1.0.0

Java application bootstrapping

GroupId

GroupId

org.irenical.booty
ArtifactId

ArtifactId

booty
Version

Version

1.0.0
Type

Type

jar

Download booty 1.0.0


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