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