/ Published in: Bash
Way to install jsontools jar. Inspired by http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
mvn install:install-file -Dfile=jsontools-core-1.7.jar -DgroupId=com.sdicons.json \ -DartifactId=jsontools-core -Dversion=1.7 -Dpackaging=jar