t

truevfs-driver-zip-raes

Provides a file system driver for accessing the RAES encrypted ZIP file format, alias ZIP.RAES or TZP. 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.
http://truevfs.net/
Apache License, Version 2.0
Schlichtherle IT Services
Christian Schlichtherle
Files download
File Operation
truevfs-driver-zip-raes-0.14.0.jar download
truevfs-driver-zip-raes-0.14.0.pom download
truevfs-driver-zip-raes-0.14.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.java.truevfs</groupId>
  <artifactId>truevfs-driver-zip-raes</artifactId>
  <version>0.14.0</version>
</dependency>
Gradle Groovy
implementation 'net.java.truevfs:truevfs-driver-zip-raes:0.14.0'
Gradle Kotlin
implementation("net.java.truevfs:truevfs-driver-zip-raes:0.14.0")
Scala SBT
libraryDependencies += "net.java.truevfs" % "truevfs-driver-zip-raes" % "0.14.0"
Groovy Grape
@Grapes(
  @Grab(group='net.java.truevfs', module='truevfs-driver-zip-raes', version='0.14.0')
)
Apache Ivy
<dependency org="net.java.truevfs" name="truevfs-driver-zip-raes" rev="0.14.0" />
Leiningen
[net.java.truevfs/truevfs-driver-zip-raes "0.14.0"]
Apache Buildr
'net.java.truevfs:truevfs-driver-zip-raes:jar:0.14.0'