Skip to content

Instantly share code, notes, and snippets.

@tomkdickinson
Created January 21, 2014 13:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomkdickinson/8540235 to your computer and use it in GitHub Desktop.
Save tomkdickinson/8540235 to your computer and use it in GitHub Desktop.
Download and install Stardog for Spring as a maven archetype
#!/bin/sh
wget https://github.com/clarkparsia/stardog-spring/releases/download/v2.0.0/stardog-spring-2.0.0.jar
mvn install:install-file -Dfile=stardog-spring-2.0.0.jar -DgroupId=com.complexible.stardog -DartifactId=stardog-spring -Dversion=2.0.0 -Dpackaging=jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment