get_latest_stable_version
Retrieve the current stable release version for a Maven dependency, filtering out development builds like SNAPSHOT, alpha, beta, and release candidates.
Instructions
Get the latest stable version for a Maven dependency (excludes SNAPSHOT, alpha, beta, RC, milestone, etc.)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dependency | Yes | Maven coordinate in format "groupId:artifactId" (e.g., "org.springframework:spring-core") |