get_remote_versions
Retrieve all published versions of a Maven artifact from the remote repository, including those not installed locally, by specifying group and artifact IDs.
Instructions
List all versions of an artifact published on the remote repository, including versions that are not installed locally
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum versions to return | |
| group_id | Yes | Maven group ID | |
| artifact_id | Yes | Maven artifact ID |