Download de.schlichtherle.truezip JAR files with all dependencies
truezip-driver-tar from group de.schlichtherle.truezip (version 7.7.10)
The file system driver family for TAR and related archive file types.
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.
Group: de.schlichtherle.truezip Artifact: truezip-driver-tar
Show all versions Show documentation Show source
Show all versions Show documentation Show source
3 downloads
Artifact truezip-driver-tar
Group de.schlichtherle.truezip
Version 7.7.10
Last update 07. August 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies truezip-file, truezip-file, truezip-path, truezip-path, commons-compress, xz,
There are maybe transitive dependencies!
Group de.schlichtherle.truezip
Version 7.7.10
Last update 07. August 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies truezip-file, truezip-file, truezip-path, truezip-path, commons-compress, xz,
There are maybe transitive dependencies!
truezip-driver-http from group de.schlichtherle.truezip (version 7.7.10)
The file system driver for the HTTP(S) 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.
Group: de.schlichtherle.truezip Artifact: truezip-driver-http
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact truezip-driver-http
Group de.schlichtherle.truezip
Version 7.7.10
Last update 07. August 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies httpclient,
There are maybe transitive dependencies!
Group de.schlichtherle.truezip
Version 7.7.10
Last update 07. August 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies httpclient,
There are maybe transitive dependencies!
truezip-path from group de.schlichtherle.truezip (version 7.7.10)
This module provides the TPath class
for simple, uniform, transparent, thread-safe, read/write access to archive
files as if they were virtual directories in a file system path.
It also provides the TFileSystemProvider class to implement a file
system provider for the NIO.2 API (JSR 203) in JSE 7.
Group: de.schlichtherle.truezip Artifact: truezip-path
Show all versions Show documentation Show source
Show all versions Show documentation Show source
2 downloads
Artifact truezip-path
Group de.schlichtherle.truezip
Version 7.7.10
Last update 07. August 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies truezip-file, truezip-file, truezip-kernel,
There are maybe transitive dependencies!
Group de.schlichtherle.truezip
Version 7.7.10
Last update 07. August 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies truezip-file, truezip-file, truezip-kernel,
There are maybe transitive dependencies!
truezip-file from group de.schlichtherle.truezip (version 7.7.10)
This module provides the TFile* classes
for simple, uniform, transparent, thread-safe, read/write access to archive
files as if they were virtual directories in a file system path.
This module also provides Swing GUI classes for viewing file trees
and choosing entries in archive files.
Group: de.schlichtherle.truezip Artifact: truezip-file
Show all versions Show documentation Show source
Show all versions Show documentation Show source
18 downloads
Artifact truezip-file
Group de.schlichtherle.truezip
Version 7.7.10
Last update 07. August 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies truezip-kernel, truezip-kernel, jemmy,
There are maybe transitive dependencies!
Group de.schlichtherle.truezip
Version 7.7.10
Last update 07. August 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies truezip-kernel, truezip-kernel, jemmy,
There are maybe transitive dependencies!
truezip-driver-file from group de.schlichtherle.truezip (version 7.7.10)
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.
Group: de.schlichtherle.truezip Artifact: truezip-driver-file
Show all versions Show documentation Show source
Show all versions Show documentation Show source
3 downloads
Artifact truezip-driver-file
Group de.schlichtherle.truezip
Version 7.7.10
Last update 07. August 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group de.schlichtherle.truezip
Version 7.7.10
Last update 07. August 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
truezip-driver from group de.schlichtherle.truezip (version 7.7.10)
Parent POM for pluggable file system drivers.
Group: de.schlichtherle.truezip Artifact: truezip-driver
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact truezip-driver
Group de.schlichtherle.truezip
Version 7.7.10
Last update 07. August 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies truezip-kernel, truezip-kernel,
There are maybe transitive dependencies!
Group de.schlichtherle.truezip
Version 7.7.10
Last update 07. August 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies truezip-kernel, truezip-kernel,
There are maybe transitive dependencies!
truezip-kernel from group de.schlichtherle.truezip (version 7.7.10)
This module implements virtual file systems from arbitrary resources,
manages their state and commits unsynchronized changes if required or
requested.
The TrueZIP Kernel uses file system drivers to access these resources.
It provides multithreading, multiplexing, caching and buffering so that
the file system drivers do not need to take care of this.
Group: de.schlichtherle.truezip Artifact: truezip-kernel
Show all versions Show documentation Show source
Show all versions Show documentation Show source
8 downloads
Artifact truezip-kernel
Group de.schlichtherle.truezip
Version 7.7.10
Last update 07. August 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group de.schlichtherle.truezip
Version 7.7.10
Last update 07. August 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
truezip from group de.schlichtherle.truezip (version 7.7.10)
TrueZIP is a Java based virtual file system (VFS) which enables
client applications to perform CRUD (Create, Read, Update, Delete)
operations on archive files as if they were virtual directories,
even with nested archive files in multithreaded environments.
As a library, TrueZIP provides simple, uniform, transparent,
thread-safe, read/write access to archive files as if they were
virtual directories in a file system path.
As a framework, TrueZIP provides the interfaces and classes to
write file system drivers which plug-in to its federated file
system space.
Group: de.schlichtherle.truezip Artifact: truezip
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact truezip
Group de.schlichtherle.truezip
Version 7.7.10
Last update 07. August 2016
Organization not specified
URL http://truezip.java.net
License Eclipse Public License, Version 1.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group de.schlichtherle.truezip
Version 7.7.10
Last update 07. August 2016
Organization not specified
URL http://truezip.java.net
License Eclipse Public License, Version 1.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
truezip-skin from group de.schlichtherle.truezip (version 7)
This module provides the custom Maven skin for TrueZIP's User Website.
This skin is based on org.apache.maven.skins:maven-classic-skin:1.0 .
Artifact truezip-skin
Group de.schlichtherle.truezip
Version 7
Last update 22. March 2012
Organization not specified
URL http://truezip.java.net
License Eclipse Public License, Version 1.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group de.schlichtherle.truezip
Version 7
Last update 22. March 2012
Organization not specified
URL http://truezip.java.net
License Eclipse Public License, Version 1.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
truezip-driver-file-jse7 from group de.schlichtherle.truezip (version 7.2-beta-3)
The file system driver for the FILE scheme
based on the NIO.2 API for JSE 7.
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.
Group: de.schlichtherle.truezip Artifact: truezip-driver-file-jse7
Show all versions Show documentation Show source
Show all versions Show documentation Show source
1 downloads
Artifact truezip-driver-file-jse7
Group de.schlichtherle.truezip
Version 7.2-beta-3
Last update 10. June 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group de.schlichtherle.truezip
Version 7.2-beta-3
Last update 10. June 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Page 2 from 2 (items total 20)