From maven-mcp
Finds latest stable version, latest version, and lists all available versions of Maven artifacts from groupId:artifactId inputs. Handles parsing and errors.
How this skill is triggered — by the user, by Claude, or both
Slash command
/maven-mcp:latest-versionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Find the latest version of a specific Maven artifact.
Find the latest version of a specific Maven artifact.
The user provides groupId:artifactId, for example:
io.ktor:ktor-server-coreorg.jetbrains.kotlin:kotlin-stdlibcom.google.dagger:hilt-androidParse the user's input to extract groupId and artifactId (split by :).
Call the get_latest_version MCP tool (from maven-mcp server) with:
groupId: extracted group IDartifactId: extracted artifact IDstabilityFilter: PREFER_STABLE (default)Display the result:
:), ask the user to provide groupId:artifactId.npx claudepluginhub kirich1409/krozov-ai-tools --plugin maven-mcpProvides JVM dependency intelligence via Maven Tools MCP: version lookup, upgrade safety, CVEs, license risks, and release history for Maven/Gradle projects.
Assists with Maven for Java: initializes projects, configures pom.xml, manages dependencies and scopes, sets up builds/plugins/profiles, troubleshoots errors.
Scans Maven/Gradle build files for outdated dependencies, reports available stable updates in a table, and optionally updates versions after build verification.