get_all_versions
List all available versions for a Maven dependency, with options to filter for stable releases only and limit results.
Instructions
List all available versions for a Maven dependency, optionally filtering to stable versions only
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dependency | Yes | Maven coordinate in format "groupId:artifactId" (e.g., "com.google.guava:guava") | |
| stableOnly | No | If true, only return stable versions (excludes SNAPSHOT, alpha, beta, RC, etc.). Default: true | |
| limit | No | Maximum number of versions to return. Default: 20 |