Created
January 21, 2014 13:40
-
-
Save tomkdickinson/8540235 to your computer and use it in GitHub Desktop.
Download and install Stardog for Spring as a maven archetype
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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