114-java-maven-search

仓库创建 2025年2月9日最近提交 3 天前SkillHot 收录 21 天前
▸ 精选理由

便于核对依赖坐标与解释版本更新建议,节省手动查找时间。

▸ 风险提示

可能需要访问 Maven Central 或下载远程元数据以完成查询。

这个 Skill 做什么

帮助查询 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

开发编程Maven依赖解析中央仓库通用
423
Stars
89
Forks
40
仓库内 Skill
+9
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/jabrena/plinth/main/skills/114-java-maven-search/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/jabrena/plinth/main/skills/114-java-maven-search/SKILL.md"
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
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有