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