maven-mcp-server

by Bigsy
Verified

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

NameRequiredDescriptionDefault
dependencyYesMaven coordinate in format "groupId:artifactId[:version][:packaging][:classifier]" (e.g. "org.springframework:spring-core" or "org.springframework:spring-core:5.3.20:jar")
versionNoVersion to check if not included in dependency string

Input Schema (JSON Schema)

{ "properties": { "dependency": { "description": "Maven coordinate in format \"groupId:artifactId[:version][:packaging][:classifier]\" (e.g. \"org.springframework:spring-core\" or \"org.springframework:spring-core:5.3.20:jar\")", "type": "string" }, "version": { "description": "Version to check if not included in dependency string", "type": "string" } }, "required": [ "dependency" ], "type": "object" }

You must be authenticated.

Other Tools from maven-mcp-server

Related Tools

ID: juuo2ye0qi