JavaDBF.
Java library for reading and writing Xbase (dBase/DBF) files..
Here is the list of declaration for javadbf. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>com.linuxense</groupId> <artifactId>javadbf</artifactId> <version>0.4.0</version> </dependency>
If you think this Maven repository POM file listing for javadbf is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:GNU Lesser General Public License (LGPL)
URL: http://www.gnu.org/licenses/lgpl.html.
The following packages are defined in the javadbf-0.4.0.jar
com.linuxense.javadbf
Here is the content of the POM file.
<project> <modelVersion>4.0.0</modelVersion> <groupId>com.linuxense</groupId> <artifactId>javadbf</artifactId> <packaging>jar</packaging> <name>JavaDBF</name> <version>0.4.0</version> <description>Java library for reading and writing Xbase (dBase/DBF) files.</description> <url>http://sarovar.org/projects/javadbf/</url> <licenses> <license> <name>GNU Lesser General Public License (LGPL)</name> <url>http://www.gnu.org/licenses/lgpl.html</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>http://sarovar.org/plugins/scmcvs/cvsweb.php/?cvsroot=javadbf</url> <connection>http://sarovar.org/plugins/scmcvs/cvsweb.php/?cvsroot=javadbf</connection> </scm> </project>