is not current version
Last Version 6

com.quigley:filesystem 0.0.2

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

0.0.2
Type

Type

jar

Download filesystem 0.0.2


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