f

fs-core

A collection of classes that help in writing NIO.2 file systems
https://robtimus.github.io/fs-core/
The Apache Software License, Version 2.0
Rob Spoor
文件下载
文件名 操作
fs-core-2.3.jar 下载
fs-core-2.3.pom 下载
fs-core-2.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.robtimus</groupId>
  <artifactId>fs-core</artifactId>
  <version>2.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.robtimus:fs-core:2.3'
Gradle Kotlin
implementation("com.github.robtimus:fs-core:2.3")
Scala SBT
libraryDependencies += "com.github.robtimus" % "fs-core" % "2.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.robtimus', module='fs-core', version='2.3')
)
Apache Ivy
<dependency org="com.github.robtimus" name="fs-core" rev="2.3" />
Leiningen
[com.github.robtimus/fs-core "2.3"]
Apache Buildr
'com.github.robtimus:fs-core:jar:2.3'