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 2.1.0 in this page.
GNU Lesser General Public License
You can use the following script to add filesystem-2.1.0.jar to your project.
<dependency> <groupId>com.nytimes.android</groupId> <artifactId>filesystem</artifactId> <version>2.1.0</version> </dependency>
compile group: 'com.nytimes.android', name: 'filesystem', version: '2.1.0'
libraryDependencies += "com.nytimes.android" % "filesystem" % "2.1.0"
<dependency org="com.nytimes.android" name="filesystem" rev="2.1.0"/>
@Grapes(@Grab(group='com.nytimes.android', module='filesystem', version='2.1.0'))
'com.nytimes.android:filesystem:jar:2.1.0'
Click the following link to download the jar file.
filesystem-2.1.0-javadoc.jar