Skip to content

Instantly share code, notes, and snippets.

@sunbuhui
Created February 9, 2021 03:40
Show Gist options
  • Save sunbuhui/06b08701ea0cc29330c38f89d0845aef to your computer and use it in GitHub Desktop.
Save sunbuhui/06b08701ea0cc29330c38f89d0845aef to your computer and use it in GitHub Desktop.
How to simply download a JAR using Maven?
# Replace the vals below to your jar, search it in maven repo website
mvn dependency:get -DremoteRepositories=http://repo1.maven.org/maven2/ -DgroupId=com.johnsnowlabs.nlp -DartifactId=spark-nlp-spark23_2.11 -Dversion=2.7.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment