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