get_version_info
Lists all versions of a Maven artifact, with an option to include remote repository releases for complete version discovery.
Instructions
Get all available versions of an artifact, optionally including versions published remotely
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| limit | No | Maximum versions to return | |
| group_id | Yes | Maven group ID | |
| artifact_id | Yes | Maven artifact ID | |
| include_remote | No | Also list versions published on the remote repository (not just installed ones) | |
| items_per_page | No | Items per page |