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