check_version_exists
Verify if a specific version exists for a Maven dependency by checking Maven Central metadata. Input the dependency coordinates and version to confirm availability.
Instructions
Verify if a specific version exists for a Maven dependency
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dependency | Yes | Maven coordinate in format "groupId:artifactId" (e.g., "org.apache.kafka:kafka-clients") | |
| version | Yes | The version to check (e.g., "3.6.0") |