如何以编程方式检索工件?来自 Maven 的 jar 以便在其中执行搜索?
如何以编程方式从 Maven 检索工件的 jar 以便在其中执行搜索?有什么想法或者一些有用的API吗?
How to programmatically retrieve artifacts' jars from Maven in order to perform search inside them? Any ideas or some useful API?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下答案使用ivy下载源jar,以便可以编译它们
Maven编译源 jar 依赖项
您没有指定您要搜索的内容。听起来如果您继续使用 Maven 解决方案,您可能需要一个自定义插件。
The following answer uses ivy to download source jars so that they can be compiled
Maven compile a source jar dependency
You didn't specify what you were searching for. Sounds like you'll possibly need a custom plug-in if you continue with a Maven solution.