is not current version
Last Version 0.11.1

net.java.truevfs:truevfs-profile 0.9.1

Profiles bundle some other TrueVFS modules so that you can use them as a single all-in-one dependency - they do not provide any additional functionality.

Categories

Categories

Java Languages Net
GroupId

GroupId

net.java.truevfs
ArtifactId

ArtifactId

truevfs-profile
Version

Version

0.9.1
Type

Type

pom

Download truevfs-profile 0.9.1


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