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