fs-core

A collection of classes that help in writing NIO.2 file systems

Лицензия

Лицензия

Группа

Группа

com.github.robtimus
Идентификатор

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

fs-core
Последняя версия

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

2.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

fs-core
A collection of classes that help in writing NIO.2 file systems
Ссылка на сайт

Ссылка на сайт

https://robtimus.github.io/fs-core/
Система контроля версий

Система контроля версий

https://github.com/robtimus/fs-core

Скачать fs-core

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.robtimus/fs-core/ -->
<dependency>
    <groupId>com.github.robtimus</groupId>
    <artifactId>fs-core</artifactId>
    <version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.robtimus/fs-core/
implementation 'com.github.robtimus:fs-core:2.0.1'
// https://jarcasting.com/artifacts/com.github.robtimus/fs-core/
implementation ("com.github.robtimus:fs-core:2.0.1")
'com.github.robtimus:fs-core:jar:2.0.1'
<dependency org="com.github.robtimus" name="fs-core" rev="2.0.1">
  <artifact name="fs-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.robtimus', module='fs-core', version='2.0.1')
)
libraryDependencies += "com.github.robtimus" % "fs-core" % "2.0.1"
[com.github.robtimus/fs-core "2.0.1"]

Зависимости

test (3)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter jar 5.7.0
org.hamcrest : hamcrest jar 2.2
org.mockito : mockito-core jar 3.5.13

Модули Проекта

Данный проект не имеет модулей.

fs-core

The fs-core library provides utility classes and interfaces that can assist in implementing NIO.2 file systems.

Please refer to the JavaDocs for more information.

Limitations

Classes SimpleAbstractPath, which can be used as a base class of Path implementations, and PathMatcherSupport, which can be used to help implement PathMatcher support in file systems, always use / as separator, and do not allow / inside file or directory names.

Версии библиотеки

Версия
2.0.1
2.0
1.3
1.2
1.1
1.0