get_maven_latest_version
Retrieve the most recent version of a Maven dependency by providing its coordinate, supported by the Maven Model Context Protocol server for accurate version checks from Maven Central Repository.
Instructions
Get the latest version of a Maven dependency
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dependency | Yes | Maven coordinate in format "groupId:artifactId[:version][:packaging][:classifier]" (e.g. "org.springframework:spring-core" or "org.springframework:spring-core:5.3.20:jar") |