License |
License |
---|---|
Categories |
CategoriesJava Languages Net |
GroupId | GroupIdnet.java.truevfs |
ArtifactId | ArtifactIdtruevfs-ext |
Last Version | Last Version0.11.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionTrueVFS Extension
Extension modules provide services to extend the TrueVFS Kernel with
some functionality OTHER than supporting a particular type of file
system.
Extension modules advertise their services on the class path in order
to make them locatable by the TrueVFS Kernel at runtime.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
truevfs-ext-0.11.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.java.truevfs/truevfs-ext/ -->
<dependency>
<groupId>net.java.truevfs</groupId>
<artifactId>truevfs-ext</artifactId>
<version>0.11.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.java.truevfs/truevfs-ext/
implementation 'net.java.truevfs:truevfs-ext:0.11.1'
// https://jarcasting.com/artifacts/net.java.truevfs/truevfs-ext/
implementation ("net.java.truevfs:truevfs-ext:0.11.1")
'net.java.truevfs:truevfs-ext:pom:0.11.1'
<dependency org="net.java.truevfs" name="truevfs-ext" rev="0.11.1">
<artifact name="truevfs-ext" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.java.truevfs', module='truevfs-ext', version='0.11.1')
)
libraryDependencies += "net.java.truevfs" % "truevfs-ext" % "0.11.1"
[net.java.truevfs/truevfs-ext "0.11.1"]