将jstontools jar添加到Maven存储库
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了将jstontools jar添加到Maven存储库相关的知识,希望对你有一定的参考价值。
Way to install jsontools jar. Inspired by http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html
mvn install:install-file -Dfile=jsontools-core-1.7.jar -DgroupId=com.sdicons.json -DartifactId=jsontools-core -Dversion=1.7 -Dpackaging=jar
以上是关于将jstontools jar添加到Maven存储库的主要内容,如果未能解决你的问题,请参考以下文章