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