GroupId | GroupIdorg.eiichiro.bootleg |
---|---|
ArtifactId | ArtifactIdbootleg |
Version | Version0.5.0 |
Type | Typejar |
Filename | Size |
---|---|
bootleg-0.5.0.pom | |
bootleg-0.5.0.jar | 91 KB |
bootleg-0.5.0-sources.jar | 70 KB |
bootleg-0.5.0-javadoc.jar | 285 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eiichiro.bootleg/bootleg/ -->
<dependency>
<groupId>org.eiichiro.bootleg</groupId>
<artifactId>bootleg</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eiichiro.bootleg/bootleg/
implementation 'org.eiichiro.bootleg:bootleg:0.5.0'
// https://jarcasting.com/artifacts/org.eiichiro.bootleg/bootleg/
implementation ("org.eiichiro.bootleg:bootleg:0.5.0")
'org.eiichiro.bootleg:bootleg:jar:0.5.0'
<dependency org="org.eiichiro.bootleg" name="bootleg" rev="0.5.0">
<artifact name="bootleg" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eiichiro.bootleg', module='bootleg', version='0.5.0')
)
libraryDependencies += "org.eiichiro.bootleg" % "bootleg" % "0.5.0"
[org.eiichiro.bootleg/bootleg "0.5.0"]