check_maven_version_exists
Verify if a specific Maven dependency version exists in the Maven Central Repository by providing the dependency's groupId, artifactId, and version details.
Instructions
Check if a specific version of a Maven dependency exists
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") | |
version | No | Version to check if not included in dependency string |