Skip to content

Using FastDBF4j with maven

marnautovic edited this page Aug 21, 2013 · 2 revisions

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>

Clone this wiki locally