/artifact/maven
Mount Point: /service/local/artifact/maven
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 |
Response Body
element: | (custom) |
media types: | application/xml application/json |
(no documentation provided)