не последняя версия
Последняя версия 0.14.0

net.java.truevfs:truevfs-access 0.13.1

Provides convenient access to the (federated virtual) file system space for TrueVFS client applications. Features simple, uniform, transparent, thread-safe, read/write access to archive files as if they were virtual directories in a file system path.

Категории

Категории

Java Языки программирования Сеть
Группа

Группа

net.java.truevfs
Идентификатор

Идентификатор

truevfs-access
Версия

Версия

0.13.1
Тип

Тип

jar

Скачать truevfs-access 0.13.1


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