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