t

truezip-driver-file

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* module.
Files download
File Operation
truezip-driver-file-7.1.4.jar download
truezip-driver-file-7.1.4.pom download
truezip-driver-file-7.1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>de.schlichtherle.truezip</groupId>
  <artifactId>truezip-driver-file</artifactId>
  <version>7.1.4</version>
</dependency>
Gradle Groovy
implementation 'de.schlichtherle.truezip:truezip-driver-file:7.1.4'
Gradle Kotlin
implementation("de.schlichtherle.truezip:truezip-driver-file:7.1.4")
Scala SBT
libraryDependencies += "de.schlichtherle.truezip" % "truezip-driver-file" % "7.1.4"
Groovy Grape
@Grapes(
  @Grab(group='de.schlichtherle.truezip', module='truezip-driver-file', version='7.1.4')
)
Apache Ivy
<dependency org="de.schlichtherle.truezip" name="truezip-driver-file" rev="7.1.4" />
Leiningen
[de.schlichtherle.truezip/truezip-driver-file "7.1.4"]
Apache Buildr
'de.schlichtherle.truezip:truezip-driver-file:jar:7.1.4'