is not current version
Last Version 4.0.1

com.healthmarketscience.jackcess:jackcess 3.0.1

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

Categories

Categories

Science Business Logic Libraries
GroupId

GroupId

com.healthmarketscience.jackcess
ArtifactId

ArtifactId

jackcess
Version

Version

3.0.1
Type

Type

jar

Download jackcess 3.0.1


<!-- https://jarcasting.com/artifacts/com.healthmarketscience.jackcess/jackcess/ -->
<dependency>
    <groupId>com.healthmarketscience.jackcess</groupId>
    <artifactId>jackcess</artifactId>
    <version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.healthmarketscience.jackcess/jackcess/
implementation 'com.healthmarketscience.jackcess:jackcess:3.0.1'
// https://jarcasting.com/artifacts/com.healthmarketscience.jackcess/jackcess/
implementation ("com.healthmarketscience.jackcess:jackcess:3.0.1")
'com.healthmarketscience.jackcess:jackcess:jar:3.0.1'
<dependency org="com.healthmarketscience.jackcess" name="jackcess" rev="3.0.1">
  <artifact name="jackcess" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.healthmarketscience.jackcess', module='jackcess', version='3.0.1')
)
libraryDependencies += "com.healthmarketscience.jackcess" % "jackcess" % "3.0.1"
[com.healthmarketscience.jackcess/jackcess "3.0.1"]