Search Artifacts

You can go to the Maven page's Artifact Search tab and search for artifacts using the following criteria: GroupID, ArtifactID, Version, and Classifier. You can also search by size, date last updated, or build property, which you access by clicking Show Advanced Options.

To search for Maven artifacts:

  1. In the left navigator, click Maven Maven.
  2. Click the Artifact Search tab to specify criteria to search the Maven repository.
  3. Fill out one or more of the following fields:
    • Specify the group identifier in GroupID, for example com.companyname.project.
    • Specify the artifact identifier in ArtifactID, for example projectName.
    • Specify the version in Version, for example 1.0 or 1.0-SNAPSHOT.
    • Specify the classifier in Classifier, for example sources or javadoc.

    Note:

    You should always specify at least one Maven coordinate to ensure precise search results.
  4. Optionally, you can click Show Advanced Options and specify additional criteria to further narrow your search results.
    • Under Size, use the up and down arrows to set the minimum and/or maximum file sizes and units (KB, MB, or GB). Set both the minimum and maximum sizes to specify a range in which to search.
    • Under Updated, click Select Date Select Date icon and select the updated Since date and/or the updated Before date.
    • Under Search By Build Property, click Select Property and select a build property, such as job name, pipeline name, result, or Git repository.

      Click + Build Property to specify additional build details to narrow your search results even further.

  5. Click Search.

The search result is grouped by Maven coordinates in the Artifacts tab (default setting) and by files in the Files tab. Use the Sort Ascending and Sort Descending Sort Ascending/Sort Descending icon arrows to sort search results by Maven coordinate, or by size or last updated date. You can optionally select and delete searched artifacts from the Artifact Search page.