Download fs-core-1.2.jar file - Jar f

Jar examples for f:fs-core

Description

A collection of classes that help in writing NIO.2 file systems

You can download jar file fs-core 1.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add fs-core-1.2.jar to your project.

<dependency>
   <groupId>com.github.robtimus</groupId>
   <artifactId>fs-core</artifactId>
   <version>1.2</version>
</dependency>
compile group: 'com.github.robtimus', name: 'fs-core', version: '1.2'
libraryDependencies += "com.github.robtimus" % "fs-core" % "1.2"
<dependency org="com.github.robtimus" name="fs-core" rev="1.2"/>
@Grapes(@Grab(group='com.github.robtimus', module='fs-core', version='1.2'))
'com.github.robtimus:fs-core:jar:1.2'

Download

Click the following link to download the jar file.

fs-core-1.2-javadoc.jar
fs-core-1.2-sources.jar
fs-core-1.2.jar
fs-core-1.2.pom



Related Tutorials