is not current version
Last Version 2.0.1

com.github.robtimus:fs-core 1.3

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

GroupId

GroupId

com.github.robtimus
ArtifactId

ArtifactId

fs-core
Version

Version

1.3
Type

Type

jar

Download fs-core 1.3


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