We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To add the jar as dependency in the project using maven, add this to your pom.xml (inside the project tag):
<!-- FastDBF4j dependency --> <dependencies> <dependency> <groupId>com.socialexplorer</groupId> <artifactId>fastdbf4j</artifactId> <version>1.0.0</version> </dependency> </dependencies> <!-- SocialExplorer maven repository --> <repositories> <repository> <id>socialexplorer</id> <url>https://raw.github.com/SocialExplorer/FastDBF4j/master/maven- repo/</url> </repository> </repositories>
There was an error while loading. Please reload this page.