is not current version
Last Version 7.7.10

de.schlichtherle.truezip:truezip-driver-file 7.2

The file system driver for the FILE scheme based on the java.io.File* API for JSE 6. Add the JAR artifact of this module to the compile time class path for dependency injection to the TrueZIP Kernel module or to the run time class path for service location in the TrueZIP File* and TrueZIP Path modules.

GroupId

GroupId

de.schlichtherle.truezip
ArtifactId

ArtifactId

truezip-driver-file
Version

Version

7.2
Type

Type

jar

Download truezip-driver-file 7.2


<!-- https://jarcasting.com/artifacts/de.schlichtherle.truezip/truezip-driver-file/ -->
<dependency>
    <groupId>de.schlichtherle.truezip</groupId>
    <artifactId>truezip-driver-file</artifactId>
    <version>7.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.schlichtherle.truezip/truezip-driver-file/
implementation 'de.schlichtherle.truezip:truezip-driver-file:7.2'
// https://jarcasting.com/artifacts/de.schlichtherle.truezip/truezip-driver-file/
implementation ("de.schlichtherle.truezip:truezip-driver-file:7.2")
'de.schlichtherle.truezip:truezip-driver-file:jar:7.2'
<dependency org="de.schlichtherle.truezip" name="truezip-driver-file" rev="7.2">
  <artifact name="truezip-driver-file" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.schlichtherle.truezip', module='truezip-driver-file', version='7.2')
)
libraryDependencies += "de.schlichtherle.truezip" % "truezip-driver-file" % "7.2"
[de.schlichtherle.truezip/truezip-driver-file "7.2"]