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