Created
February 9, 2021 03:40
-
-
Save sunbuhui/06b08701ea0cc29330c38f89d0845aef to your computer and use it in GitHub Desktop.
How to simply download a JAR using Maven?
This file contains 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
# 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