Skip to content

Instantly share code, notes, and snippets.

@ChinaXing
Created August 23, 2013 02:43
Show Gist options
  • Save ChinaXing/6315033 to your computer and use it in GitHub Desktop.
Save ChinaXing/6315033 to your computer and use it in GitHub Desktop.
use maven download jar
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