Jar examples for t:truevfs-kernel-spec
Specifies services for virtual file systems from arbitrary resources. The TrueVFS Kernel uses file system drivers to access these resources. It provides multithreading, multiplexing, caching and buffering so that the file system drivers do not need to take care of this.
You can download jar file truevfs-kernel-spec 0.12.0 in this page.
Apache License, Version 2.0
You can use the following script to add truevfs-kernel-spec-0.12.0.jar to your project.
<dependency> <groupId>net.java.truevfs</groupId> <artifactId>truevfs-kernel-spec</artifactId> <version>0.12.0</version> </dependency>
compile group: 'net.java.truevfs', name: 'truevfs-kernel-spec', version: '0.12.0'
libraryDependencies += "net.java.truevfs" % "truevfs-kernel-spec" % "0.12.0"
<dependency org="net.java.truevfs" name="truevfs-kernel-spec" rev="0.12.0"/>
@Grapes(@Grab(group='net.java.truevfs', module='truevfs-kernel-spec', version='0.12.0'))
'net.java.truevfs:truevfs-kernel-spec:jar:0.12.0'
Click the following link to download the jar file.
truevfs-kernel-spec-0.12.0-javadoc.jar