Skip to content
aprakas2 edited this page Oct 10, 2014 · 5 revisions

Getting Spanqit

Obtain Spanqit by cloning this repo:

git clone https://github.com/aprakas2/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>pers.mprakash.rdf</groupId>
	<artifactId>Spanqit</artifactId>
	<version>0.0.1-SNAPSHOT</version>
</dependency>

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

Creating Queries >

Contents

Clone this wiki locally