is not current version
Last Version 0.14.0

net.java.truevfs:truevfs-profile-full 0.13.0

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.

Categories

Categories

Java Languages Net
GroupId

GroupId

net.java.truevfs
ArtifactId

ArtifactId

truevfs-profile-full
Version

Version

0.13.0
Type

Type

jar

Download truevfs-profile-full 0.13.0


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