License |
License |
---|---|
GroupId | GroupIdcom.github.jferard |
ArtifactId | ArtifactIdjxbase |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJxBase
JxBase - A Java library to read/write DBF files. It's a fork from Ivan Ryndin's
jdbf.
|
Project URL |
Project URL |
Filename | Size |
---|---|
jxbase-0.0.1.pom | |
jxbase-0.0.1.jar | 185 KB |
jxbase-0.0.1-sources.jar | 180 KB |
jxbase-0.0.1-javadoc.jar | 993 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jferard/jxbase/ -->
<dependency>
<groupId>com.github.jferard</groupId>
<artifactId>jxbase</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jferard/jxbase/
implementation 'com.github.jferard:jxbase:0.0.1'
// https://jarcasting.com/artifacts/com.github.jferard/jxbase/
implementation ("com.github.jferard:jxbase:0.0.1")
'com.github.jferard:jxbase:jar:0.0.1'
<dependency org="com.github.jferard" name="jxbase" rev="0.0.1">
<artifact name="jxbase" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jferard', module='jxbase', version='0.0.1')
)
libraryDependencies += "com.github.jferard" % "jxbase" % "0.0.1"
[com.github.jferard/jxbase "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.powermock : powermock-api-easymock | jar | 1.7.3 |
org.easymock : easymock | jar | 3.5.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.powermock : powermock-module-junit4 | jar | 1.7.3 |
org.xerial : sqlite-jdbc | jar | 3.32.3.2 |