is not current version
Last Version 6

com.quigley:filesystem 5

The Filesystem Framework provides smart file system path manipulation functions, and provides operations for working on file system trees.

GroupId

GroupId

com.quigley
ArtifactId

ArtifactId

filesystem
Version

Version

5
Type

Type

jar

Download filesystem 5


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