t

truevfs-profile-full_2.12

Bundles dependencies to support all TrueVFS features. Should not be used in production environments because of its slightly negative performance impact. Depends on the default configuration profile and adds the file system driver for SFX and the extensions Insight, Logging and Pacemaker.
http://truevfs.net/
Apache License, Version 2.0
Schlichtherle IT Services
Christian Schlichtherle
Files download
File Operation
truevfs-profile-full_2.12-0.12.2.jar download
truevfs-profile-full_2.12-0.12.2.pom download
truevfs-profile-full_2.12-0.12.2-sources.jar download
Apache Maven
<dependency>
  <groupId>net.java.truevfs</groupId>
  <artifactId>truevfs-profile-full_2.12</artifactId>
  <version>0.12.2</version>
</dependency>
Gradle Groovy
implementation 'net.java.truevfs:truevfs-profile-full_2.12:0.12.2'
Gradle Kotlin
implementation("net.java.truevfs:truevfs-profile-full_2.12:0.12.2")
Scala SBT
libraryDependencies += "net.java.truevfs" % "truevfs-profile-full_2.12" % "0.12.2"
Groovy Grape
@Grapes(
  @Grab(group='net.java.truevfs', module='truevfs-profile-full_2.12', version='0.12.2')
)
Apache Ivy
<dependency org="net.java.truevfs" name="truevfs-profile-full_2.12" rev="0.12.2" />
Leiningen
[net.java.truevfs/truevfs-profile-full_2.12 "0.12.2"]
Apache Buildr
'net.java.truevfs:truevfs-profile-full_2.12:jar:0.12.2'