Sonatype Nexus OSS REST API

/artifact/maven

The following operations are supported on this resource:

GET

Returns POM model in a serialized form (it is NOT consumable by Maven, the returned content is not XML representation of Maven POM!) for provided GAV coordinates.

Parameters

name description type default
g Group id of the pom (Required). query
a Artifact id of the pom (Required). query
v Version of the artifact (Required) Supports resolving of "LATEST", "RELEASE" and snapshot versions ("1.0-SNAPSHOT") too. query
r Repository to retrieve the pom from (Required). query

Output Payload

element produceable content type(s)
(custom)
  • application/xml
  • application/json
description
(no documentation provided)

/artifact/maven

Home

REST Endpoints

XML Data Elements

XML Data Types