t

truevfs-profile-full_2.10

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
文件下载
文件名 操作
truevfs-profile-full_2.10-0.12.2.jar 下载
truevfs-profile-full_2.10-0.12.2.pom 下载
truevfs-profile-full_2.10-0.12.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.java.truevfs</groupId>
  <artifactId>truevfs-profile-full_2.10</artifactId>
  <version>0.12.2</version>
</dependency>
Gradle Groovy
implementation 'net.java.truevfs:truevfs-profile-full_2.10:0.12.2'
Gradle Kotlin
implementation("net.java.truevfs:truevfs-profile-full_2.10:0.12.2")
Scala SBT
libraryDependencies += "net.java.truevfs" % "truevfs-profile-full_2.10" % "0.12.2"
Groovy Grape
@Grapes(
  @Grab(group='net.java.truevfs', module='truevfs-profile-full_2.10', version='0.12.2')
)
Apache Ivy
<dependency org="net.java.truevfs" name="truevfs-profile-full_2.10" rev="0.12.2" />
Leiningen
[net.java.truevfs/truevfs-profile-full_2.10 "0.12.2"]
Apache Buildr
'net.java.truevfs:truevfs-profile-full_2.10:jar:0.12.2'