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* and TrueZIP Path modules.
文件下载
文件名 操作
truezip-driver-file-7.2-rc-2.jar 下载
truezip-driver-file-7.2-rc-2.pom 下载
truezip-driver-file-7.2-rc-2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>de.schlichtherle.truezip</groupId>
  <artifactId>truezip-driver-file</artifactId>
  <version>7.2-rc-2</version>
</dependency>
Gradle Groovy
implementation 'de.schlichtherle.truezip:truezip-driver-file:7.2-rc-2'
Gradle Kotlin
implementation("de.schlichtherle.truezip:truezip-driver-file:7.2-rc-2")
Scala SBT
libraryDependencies += "de.schlichtherle.truezip" % "truezip-driver-file" % "7.2-rc-2"
Groovy Grape
@Grapes(
  @Grab(group='de.schlichtherle.truezip', module='truezip-driver-file', version='7.2-rc-2')
)
Apache Ivy
<dependency org="de.schlichtherle.truezip" name="truezip-driver-file" rev="7.2-rc-2" />
Leiningen
[de.schlichtherle.truezip/truezip-driver-file "7.2-rc-2"]
Apache Buildr
'de.schlichtherle.truezip:truezip-driver-file:jar:7.2-rc-2'