/artifact/maven/content
Mount Point: /service/local/artifact/maven/content
GET
Retrieves the content of the requested artifact. The HTTP client accessing this resource has to obey the content disposition headers in HTTP response, where the real name of the artifact (but not the path!) is set, if name of the artifact file is needed.
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 |
Response Body
element: | (custom) |
media types: | */* application/xml |
(no documentation provided)