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