I am new in Maven. So be calm ;)
In my company we are using a Sonatype Nexus Repository Manager.
Now I have found two big repositories which contain the special artifact (JCraft - Jsch) I was searching for:
- http://search.maven.org/ (http://mvnrepository.com/artifact/com.jcraft/jsch/0.1.53)
- http://mvnrepository.com/ (http://search.maven.org/#search|gav|1|g%3A%22com.jcraft%22%20AND%20a%3A%22jsch%22)
Now, I want to know how to add one (or both) of the repositories above to my maven repositories. For this I need several things like a "Remote Storage Location" (an URL) of the repository I want to add. But I can't find it anywhere on the pages above.
Can you help me?!
Central
... – khmarbaise