Download javadbf-0.4.0.jar file - Jar j

Jar examples for j:javadbf

Description

JavaDBF is a Java library for reading and writing XBase files.

You can download jar file javadbf 0.4.0 in this page.

License

GNU LESSER GENERAL PUBLIC LICENSE, version 3 (LGPL-3.0)

Build File

You can use the following script to add javadbf-0.4.0.jar to your project.

<dependency>
   <groupId>com.linuxense</groupId>
   <artifactId>javadbf</artifactId>
   <version>0.4.0</version>
</dependency>
compile group: 'com.linuxense', name: 'javadbf', version: '0.4.0'
libraryDependencies += "com.linuxense" % "javadbf" % "0.4.0"
<dependency org="com.linuxense" name="javadbf" rev="0.4.0"/>
@Grapes(@Grab(group='com.linuxense', module='javadbf', version='0.4.0'))
'com.linuxense:javadbf:jar:0.4.0'

Download

Click the following link to download the jar file.

javadbf-0.4.0-javadoc.jar
javadbf-0.4.0-sources.jar
javadbf-0.4.0.jar
javadbf-0.4.0.pom



Related Tutorials