简体   繁体   English

是否可以从控制台直接使用任何Maven或Ivy的资源库浏览器?

[英]Are there any repository explorer for Maven or Ivy that can be directly used from the console?

When creating a new project from scratch or even updating some projects, new dependencies need to be added. 从头开始创建新项目甚至更新某些项目时,需要添加新的依赖项。 However sometimes one may not remember the exact name or spelling of those dependencies. 但是,有时可能不记得这些依赖项的确切名称或拼写。 So assuming one is not using the explorer from an IDE, is there a way to search or navigate the dependency repositories from the command line. 因此,假设没有在IDE中使用资源管理器,则有一种方法可以从命令行搜索或导航依赖项存储库。 This would be similar how would search application repositories in Ubuntu using aptitude search for example. 例如,这将类似于在Ubuntu中使用智能搜索来搜索应用程序存储库的方式。 Ideally I would like to also use this from sbt. 理想情况下,我也想从sbt使用它。

您可以使用http://search.maven.org,但这当然不是命令行应用程序(Web;-()...,但是,如果您使用的是Maven,则通常应至少使用一个IDE ...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM