Download javadbf-0.4.0.jar file

Introduction

You can download javadbf-0.4.0.jar in this page.

License

GNU Lesser General Public License (LGPL)

Type List

javadbf-0.4.0.jar file has the following types.

META-INF/MANIFEST.MF
com.linuxense.javadbf.DBFBase.class
com.linuxense.javadbf.DBFException.class
com.linuxense.javadbf.DBFField.class
com.linuxense.javadbf.DBFHeader.class
com.linuxense.javadbf.DBFReader.class
com.linuxense.javadbf.DBFWriter.class
com.linuxense.javadbf.Utils.class

Pom

javadbf-0.4.0.pom file content.

<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>
  <developers>
    <developer>
      <id>Anil</id>
      <name>Anil Kumar</name>
      <email>anil@linuxense.com</email>
    </developer>
  </developers>
</project>

POM Entry

<dependency>
   <groupId>com.linuxense</groupId>
   <artifactId>javadbf</artifactId>
   <version>0.4.0</version>
</dependency>

Download

If you think the following javadbf-0.4.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download javadbf-0.4.0.jar file




PreviousNext

Related