114-java-maven-search
便于核对依赖坐标与解释版本更新建议,节省手动查找时间。
可能需要访问 Maven Central 或下载远程元数据以完成查询。
帮助查询 Maven Central、构建坐标与解释更新报告与 Versions 插件输出。
帮你查找和核对 Maven 依赖坐标与版本,把 Versions Maven Plugin 或 pom.xml 的更新报告翻成可执行的建议。常用在想知道哪些依赖或插件能升级、需要在 Maven Central 找 artifact 或构造 artifact URL 时。它会在“本项目本地更新”与“全局 Central 搜索”两种路径间路由,给出最相关的查找和解释结果。
▸ 展开 SKILL.md 英文原文
Routes Maven version questions to the right workflow by choosing project-local update report interpretation for a user’s own pom.xml, or explicit Maven Central artifact discovery using structured Search API fields and repository URL construction. Use when interpreting dependency, plugin, or property update reports; searching Maven Central; finding Maven coordinates; verifying groupId artifactId version; browsing versions; or constructing artifact URLs. Part of Plinth Toolkit
帮我安装这个 skill:https://raw.githubusercontent.com/jabrena/plinth/main/skills/114-java-maven-search/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/jabrena/plinth/main/skills/114-java-maven-search/SKILL.md"# Maven version workflow router Route Maven version-related requests to one of two workflows: 1. **Project-local version updates** - Default to this workflow when the user asks what can be updated in their own `pom.xml`, including outdated dependencies, plugin updates, or property version bumps. Interpret maintainer-provided Versions Maven Plugin reports or local resolver output generated outside this skill. 2. **Maven Central artifact discovery** - Use this workflow when the user explicitly asks to search Maven Central, find or verify coordinates, browse available versions, construct artifact URLs, or download artifacts. Use structured Search API fields and generated repository URLs with