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