| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.marschall |
| Идентификатор | Идентификаторpath-file-manager |
| Версия | Версия0.1.0 |
| Тип | Типjar |
| Описание |
ОписаниеPathJavaFileManager
A JSR-199 JavaFileManager that uses java.nio.Path instead of java.io.File
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.marschall : memoryfilesystem | jar | 0.1.1 |
| com.github.marschall : path-classloader | jar | 0.1.0 |
| junit : junit | jar | 4.11 |