Sonatype Nexus OSS REST API

/artifact/maven/resolve

The following operations are supported on this resource:

GET

Resolve an artifact identified by GAV coordinates given, and retrieve a set of details about that artifact.

Parameters

name description type default
g Group id of the artifact (Required). query
a Artifact id of the artifact (Required). query
v Version of the artifact (Required) Supports resolving of "LATEST", "RELEASE" and snapshot versions ("1.0-SNAPSHOT") too. query
r Repository that the artifact is contained in (Required). query
p Packaging type of the artifact (Optional). query
c Classifier of the artifact (Optional). query
e Extension of the artifact (Optional). query

Output Payload

element produceable content type(s)
artifact-resolution (XML)
  • application/xml
  • application/json
description
(no documentation provided)

/artifact/maven/resolve

Home

REST Endpoints

XML Data Elements

XML Data Types