TrueVFS Profile Default

Bundles dependencies to support accessing all TrueVFS features without the slight negative performance impact of some excluded modules. Depends on the base configuration profile and adds the file system drivers for HTTP(S), ODF, TAR, TAR.BZIP2, TAR.GZIP, TAR.XZ and ZIP.RAES.

License

License

Categories

Categories

Java Languages Net
GroupId

GroupId

net.java.truevfs
ArtifactId

ArtifactId

truevfs-profile-default_2.11
Last Version

Last Version

0.12.2
Release Date

Release Date

Type

Type

jar
Description

Description

TrueVFS Profile Default
Bundles dependencies to support accessing all TrueVFS features without the slight negative performance impact of some excluded modules. Depends on the base configuration profile and adds the file system drivers for HTTP(S), ODF, TAR, TAR.BZIP2, TAR.GZIP, TAR.XZ and ZIP.RAES.
Project URL

Project URL

http://truevfs.net/
Project Organization

Project Organization

Schlichtherle IT Services
Source Code Management

Source Code Management

https://github.com/christian-schlichtherle/truevfs

Download truevfs-profile-default_2.11

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12
net.java.truevfs : truevfs-profile-base_2.11 jar 0.12.2

runtime (8)

Group / Artifact Type Version
net.java.truevfs : truevfs-driver-http jar 0.12.2
net.java.truevfs : truevfs-driver-odf jar 0.12.2
net.java.truevfs : truevfs-driver-tar jar 0.12.2
net.java.truevfs : truevfs-driver-tar-bzip2 jar 0.12.2
net.java.truevfs : truevfs-driver-tar-gzip jar 0.12.2
net.java.truevfs : truevfs-driver-tar-xz jar 0.12.2
net.java.truevfs : truevfs-driver-zip-raes jar 0.12.2
net.java.truecommons : truecommons-key-macosx jar 2.5.0

Project Modules

There are no modules declared in this project.

Release Notes Maven Central Apache License 2.0 Test Workflow

TrueVFS

TrueVFS is a virtual file system (VFS) for Java 8 which enables client applications to access archive files as if they were virtual directories, including nested archive files in multithreaded environments. As a library, TrueVFS 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, TrueVFS provides the API to write file system drivers which plug-in to its federated file system space.

For more information, please refer to the documentation at http://truevfs.net/.

Versions

Version
0.12.2
0.12.1
0.12.0