Skip to content
anqit edited this page Nov 10, 2014 · 3 revisions

Getting Spanqit

Obtain Spanqit by cloning this repo:

git clone https://github.com/anqit/spanqit.git

For maven users, change into the newly created spanqit directory and run the maven install command:

cd spanqit/
mvn install

Note: Spanqit requires JDK 8

You will then be able to add the following dependency to your project(s) pom files:

<dependency>
	<groupId>com.anqit.spanqit</groupId>
	<artifactId>spanqit</artifactId>
	<version>1.0</version>
</dependency>

Note: This won't be necessary once Spanqit is actually in a maven repository.

Creating Queries >