Jar examples for f:filesystem
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.
GNU Lesser General Public License
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'
Click the following link to download the jar file.
filesystem-3.0.0-alpha-javadoc.jar