t

truezip-driver-file

The file system driver family for the FILE scheme. Add the JAR artifact of this module to the run time class path to make its file system drivers available for service location in the client API modules.
Files download
File Operation
truezip-driver-file-7.5.3.jar download
truezip-driver-file-7.5.3.pom download
truezip-driver-file-7.5.3-sources.jar download
Apache Maven
<dependency>
  <groupId>de.schlichtherle.truezip</groupId>
  <artifactId>truezip-driver-file</artifactId>
  <version>7.5.3</version>
</dependency>
Gradle Groovy
implementation 'de.schlichtherle.truezip:truezip-driver-file:7.5.3'
Gradle Kotlin
implementation("de.schlichtherle.truezip:truezip-driver-file:7.5.3")
Scala SBT
libraryDependencies += "de.schlichtherle.truezip" % "truezip-driver-file" % "7.5.3"
Groovy Grape
@Grapes(
  @Grab(group='de.schlichtherle.truezip', module='truezip-driver-file', version='7.5.3')
)
Apache Ivy
<dependency org="de.schlichtherle.truezip" name="truezip-driver-file" rev="7.5.3" />
Leiningen
[de.schlichtherle.truezip/truezip-driver-file "7.5.3"]
Apache Buildr
'de.schlichtherle.truezip:truezip-driver-file:jar:7.5.3'