Adding jstontools jar to Maven repository


/ Published in: Bash
Save to your folder(s)

Way to install jsontools jar. Inspired by http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html


Copy this code and paste it in your HTML
  1. mvn install:install-file -Dfile=jsontools-core-1.7.jar -DgroupId=com.sdicons.json \
  2. -DartifactId=jsontools-core -Dversion=1.7 -Dpackaging=jar

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.