GroupId | GroupIdde.schlichtherle.truezip |
---|---|
ArtifactId | ArtifactIdtruezip-samples |
Version | Version7.7.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.schlichtherle.truezip/truezip-samples/ -->
<dependency>
<groupId>de.schlichtherle.truezip</groupId>
<artifactId>truezip-samples</artifactId>
<version>7.7.4</version>
</dependency>
// https://jarcasting.com/artifacts/de.schlichtherle.truezip/truezip-samples/
implementation 'de.schlichtherle.truezip:truezip-samples:7.7.4'
// https://jarcasting.com/artifacts/de.schlichtherle.truezip/truezip-samples/
implementation ("de.schlichtherle.truezip:truezip-samples:7.7.4")
'de.schlichtherle.truezip:truezip-samples:jar:7.7.4'
<dependency org="de.schlichtherle.truezip" name="truezip-samples" rev="7.7.4">
<artifact name="truezip-samples" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.schlichtherle.truezip', module='truezip-samples', version='7.7.4')
)
libraryDependencies += "de.schlichtherle.truezip" % "truezip-samples" % "7.7.4"
[de.schlichtherle.truezip/truezip-samples "7.7.4"]