is not current version
Last Version 0.14.0

net.java.truevfs:truevfs-kernel-impl 0.11.0

Implements the API for accessing the federated virtual file system space. This reference implementation can get overridden by providing another file system manager factory implementation with a higher priority on the class path.

Categories

Categories

Java Languages Net
GroupId

GroupId

net.java.truevfs
ArtifactId

ArtifactId

truevfs-kernel-impl
Version

Version

0.11.0
Type

Type

jar

Download truevfs-kernel-impl 0.11.0


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