| License |
License |
|---|---|
| GroupId | GroupIdcom.quigley |
| ArtifactId | ArtifactIdfilesystem |
| Version | Version6 |
| Type | Typejar |
| Description |
DescriptionQuigleyCom 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 |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| filesystem-6.pom | |
| filesystem-6.jar | 18 KB |
| filesystem-6-sources.jar | 14 KB |
| filesystem-6-javadoc.jar | 69 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.12 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.6.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| ch.qos.logback : logback-classic | jar | 1.1.3 |