GroupId | GroupIdde.pfabulist |
---|---|
ArtifactId | ArtifactIdkleinod |
Version | Version0.36.1 |
Type | Typejar |
Filename | Size |
---|---|
kleinod-0.36.1.pom | |
kleinod-0.36.1.jar | 33 KB |
kleinod-0.36.1-sources.jar | 52 KB |
kleinod-0.36.1-javadoc.jar | 165 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.pfabulist/kleinod/ -->
<dependency>
<groupId>de.pfabulist</groupId>
<artifactId>kleinod</artifactId>
<version>0.36.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.pfabulist/kleinod/
implementation 'de.pfabulist:kleinod:0.36.1'
// https://jarcasting.com/artifacts/de.pfabulist/kleinod/
implementation ("de.pfabulist:kleinod:0.36.1")
'de.pfabulist:kleinod:jar:0.36.1'
<dependency org="de.pfabulist" name="kleinod" rev="0.36.1">
<artifact name="kleinod" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.pfabulist', module='kleinod', version='0.36.1')
)
libraryDependencies += "de.pfabulist" % "kleinod" % "0.36.1"
[de.pfabulist/kleinod "0.36.1"]