GroupId | GroupIdorg.irenical.booty |
---|---|
ArtifactId | ArtifactIdbooty |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
booty-1.1.0.pom | |
booty-1.1.0.jar | 5 KB |
booty-1.1.0-sources.jar | 2 KB |
booty-1.1.0-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.irenical.booty/booty/ -->
<dependency>
<groupId>org.irenical.booty</groupId>
<artifactId>booty</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.irenical.booty/booty/
implementation 'org.irenical.booty:booty:1.1.0'
// https://jarcasting.com/artifacts/org.irenical.booty/booty/
implementation ("org.irenical.booty:booty:1.1.0")
'org.irenical.booty:booty:jar:1.1.0'
<dependency org="org.irenical.booty" name="booty" rev="1.1.0">
<artifact name="booty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.irenical.booty', module='booty', version='1.1.0')
)
libraryDependencies += "org.irenical.booty" % "booty" % "1.1.0"
[org.irenical.booty/booty "1.1.0"]