GroupId | GroupIdde.schlichtherle.truezip |
---|---|
ArtifactId | ArtifactIdtruezip-file |
Version | Version7.1.3 |
Type | Typejar |
Filename | Size |
---|---|
truezip-file-7.1.3.pom | |
truezip-file-7.1.3.jar | 61 KB |
truezip-file-7.1.3-tests.jar | 37 KB |
truezip-file-7.1.3-sources.jar | 67 KB |
truezip-file-7.1.3-javadoc.jar | 245 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.schlichtherle.truezip/truezip-file/ -->
<dependency>
<groupId>de.schlichtherle.truezip</groupId>
<artifactId>truezip-file</artifactId>
<version>7.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.schlichtherle.truezip/truezip-file/
implementation 'de.schlichtherle.truezip:truezip-file:7.1.3'
// https://jarcasting.com/artifacts/de.schlichtherle.truezip/truezip-file/
implementation ("de.schlichtherle.truezip:truezip-file:7.1.3")
'de.schlichtherle.truezip:truezip-file:jar:7.1.3'
<dependency org="de.schlichtherle.truezip" name="truezip-file" rev="7.1.3">
<artifact name="truezip-file" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.schlichtherle.truezip', module='truezip-file', version='7.1.3')
)
libraryDependencies += "de.schlichtherle.truezip" % "truezip-file" % "7.1.3"
[de.schlichtherle.truezip/truezip-file "7.1.3"]