Created
August 23, 2013 02:43
-
-
Save ChinaXing/6315033 to your computer and use it in GitHub Desktop.
use maven download jar
This file contains hidden or 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
mvn dependency:get -DrepoUrl=http://repo1.maven.org/maven2/ \ | |
-DgroupId=org.apache.poi \ | |
-DartifactId=poi \ | |
-Dversion=3.9 \ | |
-Dtransitive=false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment