Download jackcess-2.1.3.jar file - Jar j

Jar examples for j:jackcess

Description

A pure Java library for reading from and writing to MS Access databases.

You can download jar file jackcess 2.1.3 in this page.

License

GNU Lesser General Public License

Build File

You can use the following script to add jackcess-2.1.3.jar to your project.

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

Download

Click the following link to download the jar file.

jackcess-2.1.3-javadoc.jar
jackcess-2.1.3-sources.jar
jackcess-2.1.3-tests.jar
jackcess-2.1.3.jar
jackcess-2.1.3.pom



Related Tutorials