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