t

truevfs-profile-full

Designed for testing purposes only and should not be used in production environments because of its negative performance impact. Depends on the default configuration profile and adds the modules TrueVFS Driver SFX, TrueVFS Extension JMX/JUL and TrueVFS Samples. The main class of this executable JAR is net.truevfs.samples.access.Nzip.
Files download
File Operation
truevfs-profile-full-0.9.1.jar download
truevfs-profile-full-0.9.1.pom download
Apache Maven
<dependency>
  <groupId>net.java.truevfs</groupId>
  <artifactId>truevfs-profile-full</artifactId>
  <version>0.9.1</version>
</dependency>
Gradle Groovy
implementation 'net.java.truevfs:truevfs-profile-full:0.9.1'
Gradle Kotlin
implementation("net.java.truevfs:truevfs-profile-full:0.9.1")
Scala SBT
libraryDependencies += "net.java.truevfs" % "truevfs-profile-full" % "0.9.1"
Groovy Grape
@Grapes(
  @Grab(group='net.java.truevfs', module='truevfs-profile-full', version='0.9.1')
)
Apache Ivy
<dependency org="net.java.truevfs" name="truevfs-profile-full" rev="0.9.1" />
Leiningen
[net.java.truevfs/truevfs-profile-full "0.9.1"]
Apache Buildr
'net.java.truevfs:truevfs-profile-full:jar:0.9.1'