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.
npx claudepluginhub kirich1409/krozov-ai-tools --plugin maven-mcpThis skill uses the workspace's default tool permissions.
Find the latest version of a specific Maven artifact.
Analyzes JVM dependencies for latest versions, safe upgrades, CVEs, licenses, release history, and project health using Maven Central data. For Maven/Gradle files or queries.
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.
Share bugs, ideas, or general feedback.
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.