| License |
License |
|---|---|
| GroupId | GroupIdcom.github.marschall |
| ArtifactId | ArtifactIdpath-file-manager |
| Version | Version0.1.0 |
| Type | Typejar |
| Description |
DescriptionPathJavaFileManager
A JSR-199 JavaFileManager that uses java.nio.Path instead of java.io.File
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| path-file-manager-0.1.0.pom | |
| path-file-manager-0.1.0.jar | 19 KB |
| path-file-manager-0.1.0-sources.jar | 9 KB |
| path-file-manager-0.1.0-javadoc.jar | 43 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.marschall/path-file-manager/ -->
<dependency>
<groupId>com.github.marschall</groupId>
<artifactId>path-file-manager</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marschall/path-file-manager/
implementation 'com.github.marschall:path-file-manager:0.1.0'
// https://jarcasting.com/artifacts/com.github.marschall/path-file-manager/
implementation ("com.github.marschall:path-file-manager:0.1.0")
'com.github.marschall:path-file-manager:jar:0.1.0'
<dependency org="com.github.marschall" name="path-file-manager" rev="0.1.0">
<artifact name="path-file-manager" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marschall', module='path-file-manager', version='0.1.0')
)
libraryDependencies += "com.github.marschall" % "path-file-manager" % "0.1.0"
[com.github.marschall/path-file-manager "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.marschall : memoryfilesystem | jar | 0.1.1 |
| com.github.marschall : path-classloader | jar | 0.1.0 |
| junit : junit | jar | 4.11 |