is not current version
Last Version 0.11.1

net.java.truevfs:truevfs-comp 0.10.3

Component modules provide some functionality to serve as a building block for other modules. Unlike TrueVFS Driver or TrueVFS Extension modules, component modules do NOT advertise services for use by the TrueVFS Kernel on the class path.

Categories

Categories

Java Languages Net
GroupId

GroupId

net.java.truevfs
ArtifactId

ArtifactId

truevfs-comp
Version

Version

0.10.3
Type

Type

pom

Download truevfs-comp 0.10.3

Filename Size
truevfs-comp-0.10.3.pom 1 KB
Browse

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