Download truevfs-profile-default-0.11.1.jar file - Jar t

Jar examples for t:truevfs-profile-default

Description

Designed for applications which want to access all TrueVFS features without the slight negative performance impact of some excluded modules. Depends on the base configuration profile and adds the file system driver modules for HTTP(S), ODF, TAR and ZIP.RAES.

You can download jar file truevfs-profile-default 0.11.1 in this page.

License

Open Source License

Build File

You can use the following script to add truevfs-profile-default-0.11.1.jar to your project.

<dependency>
   <groupId>net.java.truevfs</groupId>
   <artifactId>truevfs-profile-default</artifactId>
   <version>0.11.1</version>
</dependency>
compile group: 'net.java.truevfs', name: 'truevfs-profile-default', version: '0.11.1'
libraryDependencies += "net.java.truevfs" % "truevfs-profile-default" % "0.11.1"
<dependency org="net.java.truevfs" name="truevfs-profile-default" rev="0.11.1"/>
@Grapes(@Grab(group='net.java.truevfs', module='truevfs-profile-default', version='0.11.1'))
'net.java.truevfs:truevfs-profile-default:jar:0.11.1'

Download

Click the following link to download the jar file.

truevfs-profile-default-0.11.1-all.jar
truevfs-profile-default-0.11.1.jar
truevfs-profile-default-0.11.1.pom



Related Tutorials