Archive

Posts Tagged ‘search’

Searching Central Just Got Easier with Nexus

We’ve made a small, but important change to the front page of http://repository.sonatype.org.    (You might recognize the design.)

Searching the Central Maven Repository Just Got Easier from Sonatype on Vimeo.

To search for an library or an artifact:

  1. Go to http://repository.sonatype.org
  2. Type in an artifact or group identifier, a class name, or a checksum.
  3. Press Enter.

Once you have located the artifact you were looking for, click on the artifact and copy the dependency XML from Nexus to your POM.   It couldn’t get any easier or intuitive.   Make sure to bookmark http://repository.sonatype.org.

 

Nexus , , , ,

Use repository.sonatype.org to Search Central Maven Repository

If you are looking for the easiest way to search for artifacts in the Central Maven Repository, go to http://repository.sonatype.org. Sonatype maintains a publi instance of Nexus that can be used to search for artifacts by GAV (groupId, artifactId, version) coordinates, Class Name, or Checksum. Here’s a brief demonstration of the search capabilities on http://repository.sonatype.org.

If you can see this, then you might need a Flash Player upgrade or you need to install Flash Player if it's missing. Get Flash Player from Adobe.
NOTE: Maximize Video to Full Screen Mode to see Details Read more…

 

How-To , ,

Searching the Maven Repository

A common question from Apache Maven users is “How do I search the central repository?” or “How do I find out what groupId or artifactId I should use for a specific dependency?”  Use Sonatype’s Nexus installation at http://repository.sonatype.org to search multiple repositories at once.    Sonatype has an instance of Nexus serving as a mirror of a number of repositories including Central.   If you are looking for the right XML to put in your project’s POM for a dependency like Log4J or ActiveMQ, just load repository.sonatype.org in your browser..

Read more…

 

How-To , ,