is not current version
Last Version 2.2.1

com.github.spyhunter99:jdbf 2.2.0

jdbf - a fork of iryndin's Java library to read/write DBF files

GroupId

GroupId

com.github.spyhunter99
ArtifactId

ArtifactId

jdbf
Version

Version

2.2.0
Type

Type

jar

Download jdbf 2.2.0


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