Download fat32-lib-0.6.5.jar file - Jar f

Jar examples for f:fat32-lib

Description

A library for manipulating FAT file systems.

You can download jar file fat32-lib 0.6.5 in this page.

License

GNU Lesser General Public License, version 2.1

Build File

You can use the following script to add fat32-lib-0.6.5.jar to your project.

<dependency>
   <groupId>de.waldheinz</groupId>
   <artifactId>fat32-lib</artifactId>
   <version>0.6.5</version>
</dependency>
compile group: 'de.waldheinz', name: 'fat32-lib', version: '0.6.5'
libraryDependencies += "de.waldheinz" % "fat32-lib" % "0.6.5"
<dependency org="de.waldheinz" name="fat32-lib" rev="0.6.5"/>
@Grapes(@Grab(group='de.waldheinz', module='fat32-lib', version='0.6.5'))
'de.waldheinz:fat32-lib:jar:0.6.5'

Download

Click the following link to download the jar file.

fat32-lib-0.6.5-javadoc.jar
fat32-lib-0.6.5-sources.jar
fat32-lib-0.6.5.jar
fat32-lib-0.6.5.pom



Related Tutorials