Categories |
CategoriesScience Business Logic Libraries |
---|---|
GroupId | GroupIdcom.healthmarketscience.jackcess |
ArtifactId | ArtifactIdjackcess |
Version | Version2.1.0 |
Type | Typejar |
Filename | Size |
---|---|
jackcess-2.1.0.pom | |
jackcess-2.1.0.jar | 794 KB |
jackcess-2.1.0-tests.jar | 150 KB |
jackcess-2.1.0-sources.jar | 579 KB |
jackcess-2.1.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.healthmarketscience.jackcess/jackcess/ -->
<dependency>
<groupId>com.healthmarketscience.jackcess</groupId>
<artifactId>jackcess</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.healthmarketscience.jackcess/jackcess/
implementation 'com.healthmarketscience.jackcess:jackcess:2.1.0'
// https://jarcasting.com/artifacts/com.healthmarketscience.jackcess/jackcess/
implementation ("com.healthmarketscience.jackcess:jackcess:2.1.0")
'com.healthmarketscience.jackcess:jackcess:jar:2.1.0'
<dependency org="com.healthmarketscience.jackcess" name="jackcess" rev="2.1.0">
<artifact name="jackcess" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.healthmarketscience.jackcess', module='jackcess', version='2.1.0')
)
libraryDependencies += "com.healthmarketscience.jackcess" % "jackcess" % "2.1.0"
[com.healthmarketscience.jackcess/jackcess "2.1.0"]