latest_version
Resolves the newest stable version of a Maven artifact from Maven Central using group and artifact coordinates.
Instructions
Get the latest version of a Maven artifact from Maven Central repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| groupId | Yes | Maven group ID (e.g., "org.springframework") | |
| artifactId | Yes | Maven artifact ID (e.g., "spring-core") |