MVN

net.java.truevfs : truevfs-comp

Maven & Gradle

Aug 07, 2016

TrueVFS Component · 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.

<dependency>
    <groupId>net.java.truevfs</groupId>
    <artifactId>truevfs-comp</artifactId>
    <version>0.11.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.java.truevfs : truevfs-comp to add to Maven - Latest Versions:

  • Latest Stable: 0.11.1

All Versions

Choose a version of net.java.truevfs : truevfs-comp to add to Maven - All Versions:

Version Vulnerabilities Updated
0.11.x
truevfs-comp-0.11.1
truevfs-comp-0.11.0
0.10.x
truevfs-comp-0.10.9
truevfs-comp-0.10.8
truevfs-comp-0.10.7
truevfs-comp-0.10.6
truevfs-comp-0.10.5
truevfs-comp-0.10.4
truevfs-comp-0.10.3
truevfs-comp-0.10.2
truevfs-comp-0.10.1
0.10
truevfs-comp-0.10
0.9.x
truevfs-comp-0.9.3
truevfs-comp-0.9.2
truevfs-comp-0.9.1
0.9
truevfs-comp-0.9

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.java.truevfs</groupId>
    <artifactId>truevfs-comp</artifactId>
    <version>0.11.1</version>
</dependency>

Advertisement