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