is not current version
Last Version 0.14.0

net.java.truevfs:truevfs-driver-zip 0.9.1

Provides a file system driver for accessing the ZIP file format. 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.

Categories

Categories

Java Languages Net
GroupId

GroupId

net.java.truevfs
ArtifactId

ArtifactId

truevfs-driver-zip
Version

Version

0.9.1
Type

Type

jar

Download truevfs-driver-zip 0.9.1


<!-- https://jarcasting.com/artifacts/net.java.truevfs/truevfs-driver-zip/ -->
<dependency>
    <groupId>net.java.truevfs</groupId>
    <artifactId>truevfs-driver-zip</artifactId>
    <version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.java.truevfs/truevfs-driver-zip/
implementation 'net.java.truevfs:truevfs-driver-zip:0.9.1'
// https://jarcasting.com/artifacts/net.java.truevfs/truevfs-driver-zip/
implementation ("net.java.truevfs:truevfs-driver-zip:0.9.1")
'net.java.truevfs:truevfs-driver-zip:jar:0.9.1'
<dependency org="net.java.truevfs" name="truevfs-driver-zip" rev="0.9.1">
  <artifact name="truevfs-driver-zip" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.java.truevfs', module='truevfs-driver-zip', version='0.9.1')
)
libraryDependencies += "net.java.truevfs" % "truevfs-driver-zip" % "0.9.1"
[net.java.truevfs/truevfs-driver-zip "0.9.1"]