Last Version

QuigleyCom Filesystem Framework 6

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

License

License

GroupId

GroupId

com.quigley
ArtifactId

ArtifactId

filesystem
Version

Version

6
Type

Type

jar
Description

Description

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

Project URL

http://quigley.com/
Source Code Management

Source Code Management

https://github.com/michaelquigley/filesystem.git

Download filesystem 6


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

Dependencies

compile (2)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.12
com.fasterxml.jackson.core : jackson-databind jar 2.6.2

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
ch.qos.logback : logback-classic jar 1.1.3

Project Modules

There are no modules declared in this project.