Download filesystem-3.0.0-alpha.jar file - Jar f

Jar examples for f:filesystem

Description

The Filesystem Framework provides smart file system path manipulation functions, and provides operations for working on file system trees.

You can download jar file filesystem 3.0.0-alpha in this page.

License

GNU Lesser General Public License

Build File

You can use the following script to add filesystem-3.0.0-alpha.jar to your project.

<dependency>
   <groupId>com.nytimes.android</groupId>
   <artifactId>filesystem</artifactId>
   <version>3.0.0-alpha</version>
</dependency>
compile group: 'com.nytimes.android', name: 'filesystem', version: '3.0.0-alpha'
libraryDependencies += "com.nytimes.android" % "filesystem" % "3.0.0-alpha"
<dependency org="com.nytimes.android" name="filesystem" rev="3.0.0-alpha"/>
@Grapes(@Grab(group='com.nytimes.android', module='filesystem', version='3.0.0-alpha'))
'com.nytimes.android:filesystem:jar:3.0.0-alpha'

Download

Click the following link to download the jar file.

filesystem-3.0.0-alpha-javadoc.jar
filesystem-3.0.0-alpha-sources.jar
filesystem-3.0.0-alpha.jar
filesystem-3.0.0-alpha.pom



Related Tutorials