Agent skill
114-java-maven-search
Covers Maven Central search (Search API, maven-metadata.xml, artifact URLs) and project-local update reports via versions-maven-plugin (display-property-updates, display-dependency-updates, display-plugin-updates). Use when finding or verifying coordinates, browsing Central, or checking what newer versions apply to the user’s pom.xml. Part of the skills-for-java project
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/114-java-maven-search
Metadata
Additional technical details for this skill
- author
- Juan Antonio Breña Moral
- version
- 0.14.0
SKILL.md
Maven Central search and coordinates
Help users search Maven Central, resolve groupId:artifactId:version, read version history, and build correct download URLs; and when working on their project, verify versions-maven-plugin and run versions:display-* goals for dependency, plugin, and property updates. What is covered:
- Maven Central Search API — e.g. keyword search for Spring Boot starters (
spring-boot-starter) or coordinate filters (g:org.springframework.boot AND a:spring-boot-starter-parent) - Direct repository layout and
maven-metadata.xml - POM, JAR,
-sources.jar,-javadoc.jarURL patterns - Parsing POMs for direct dependencies; transitive trees via Maven/Gradle on the consumer project
- Versions Maven Plugin — ensure
org.codehaus.mojo:versions-maven-pluginis declared, then./mvnw versions:display-property-updates,versions:display-dependency-updates,versions:display-plugin-updates - Output format: structured coordinates, tables, and verifiable HTTPS links
Constraints
Verify coordinates against the Search API or repository responses before asserting availability. Prefer release versions unless snapshots are explicitly required.
- VERIFY: Do not invent GAVs — confirm via Search API or successful GET of metadata/POM
- FORMAT: Always express full coordinates as
groupId:artifactId:versionwhen a version is fixed - BEFORE APPLYING: Read the reference for step-by-step workflows, query syntax, and URL patterns
When to use this skill
- Search Maven Central
- Find Maven dependency
- Maven coordinates
- groupId artifactId version
- Latest version Maven
- maven-metadata.xml
- Download JAR from Maven Central
- Download javadocs
- Dependency tree transitive
- display-dependency-updates
- display-plugin-updates
- Outdated Maven dependencies
Reference
For detailed guidance, examples, and constraints, see references/114-java-maven-search.md.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?