GroupId | GroupIdde.pfabulist |
---|---|
ArtifactId | ArtifactIdjlot5 |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
jlot5-0.2.pom | |
jlot5-0.2.jar | 6 KB |
jlot5-0.2-sources.jar | 4 KB |
jlot5-0.2-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.pfabulist/jlot5/ -->
<dependency>
<groupId>de.pfabulist</groupId>
<artifactId>jlot5</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.pfabulist/jlot5/
implementation 'de.pfabulist:jlot5:0.2'
// https://jarcasting.com/artifacts/de.pfabulist/jlot5/
implementation ("de.pfabulist:jlot5:0.2")
'de.pfabulist:jlot5:jar:0.2'
<dependency org="de.pfabulist" name="jlot5" rev="0.2">
<artifact name="jlot5" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.pfabulist', module='jlot5', version='0.2')
)
libraryDependencies += "de.pfabulist" % "jlot5" % "0.2"
[de.pfabulist/jlot5 "0.2"]