License |
License |
---|---|
Categories |
CategoriesScience Business Logic Libraries |
GroupId | GroupIdcom.healthmarketscience.jackcess |
ArtifactId | ArtifactIdjackcess |
Last Version | Last Version4.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJackcess
A pure Java library for reading from and writing to MS Access databases.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jackcess-4.0.1.pom | |
jackcess-4.0.1.jar | 658 KB |
jackcess-4.0.1-tests.jar | 109 KB |
jackcess-4.0.1-sources.jar | 508 KB |
jackcess-4.0.1-javadoc.jar | 624 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.healthmarketscience.jackcess/jackcess/ -->
<dependency>
<groupId>com.healthmarketscience.jackcess</groupId>
<artifactId>jackcess</artifactId>
<version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.healthmarketscience.jackcess/jackcess/
implementation 'com.healthmarketscience.jackcess:jackcess:4.0.1'
// https://jarcasting.com/artifacts/com.healthmarketscience.jackcess/jackcess/
implementation ("com.healthmarketscience.jackcess:jackcess:4.0.1")
'com.healthmarketscience.jackcess:jackcess:jar:4.0.1'
<dependency org="com.healthmarketscience.jackcess" name="jackcess" rev="4.0.1">
<artifact name="jackcess" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.healthmarketscience.jackcess', module='jackcess', version='4.0.1')
)
libraryDependencies += "com.healthmarketscience.jackcess" % "jackcess" % "4.0.1"
[com.healthmarketscience.jackcess/jackcess "4.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.10 |
commons-logging : commons-logging | jar | 1.2 |
org.apache.poi : poi Optional | jar | 4.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |