Skip to content

Instantly share code, notes, and snippets.

@mvpotter
Created March 8, 2014 16:39
Show Gist options
  • Save mvpotter/9434633 to your computer and use it in GitHub Desktop.
Save mvpotter/9434633 to your computer and use it in GitHub Desktop.
Install proprietary maven dependency
mvn install:install-file -Dfile=c:\kaptcha-{version}.jar -DgroupId=com.google.code -DartifactId=kaptcha -Dversion={version} -Dpackaging=jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment