114-java-maven-search

Solid

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. This should trigger for requests such as Search Maven Central; Find Maven dependency; Maven coordinates; groupId artifactId version. Part of cursor-rules-java project

AI & Automation 404 stars 80 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 93/100

Stars 20%
87
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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.jar` URL patterns - Parsing POMs for direct dependencies; transitive trees via Maven/Gradle on the consumer project - Versions Maven Plugin — ensure `org.codehaus.mojo:versions-maven-plugin` is 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:version` when a version is fixed - **BEFORE APPLYING**: Read the reference for step-by-step workflows, query syntax, and URL patterns - **EDG...

Details

Author
jabrena
Repository
jabrena/cursor-rules-java
Created
1 years ago
Last Updated
today
Language
Java
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category