Artifact Latest Version Search Based on Layout

Search for the latest artifact version by groupId and artifactId, based on the definitions in the Repository Layouts. This API is based on a Maven-specific algorithm for sorting versions. Search can be limited to specific repositories (local, remote-cache, or virtual) by settings the repos parameter. Latest release vs. latest integration Unless the version parameter is specified, the search returns the latest artifact release version. When version is specified, e.g. 1.0-SNAPSHOT, the result is the latest integration version. Remote searches By default only local and cache repositories will be used. When specifying remote=1, Artifactory searches for versions on remote repositories. Filtering results (Artifactory 3.0.2+) The version parameter can accept the * and/or ? wildcards which will then filter the final result to match only those who match the given version pattern. Artifact path pattern The [org] and [module] fields must be specified in the artifact path pattern of the repository layout for this call to work.

Notes: Requires Artifactory Pro

Since: 2.6.0

Security: Requires a privileged user (can be anonymous)

Language
Credentials
:
URL
Response
Click Try It! to start a request and see the response here!