is not current version
Last Version 2.0.1

com.github.robtimus:fs-core 1.1

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

GroupId

GroupId

com.github.robtimus
ArtifactId

ArtifactId

fs-core
Version

Version

1.1
Type

Type

jar

Download fs-core 1.1


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