是否有Java的包管理器,如easy_install for Python? [英] Is there a package manager for Java like easy_install for Python?

查看:553
本文介绍了是否有Java的包管理器,如easy_install for Python?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有针对Java的软件包管理器,如 easy_install


我正在寻找一个可以从命令行而不是IDE中使用的解决方案。

Is there a package manager for Java like easy_install for Python ?
I'm looking for a solution usable from the command line and not from an IDE.

推荐答案

Maven 确实提供基于远程存储库依赖关系管理(例如中央回购)可浏览,可搜索

Maven does provide dependency management based on remote repositories (like the central repo) that are browsable, searchable.

Maven Ant Tasks (已退休)使用Maven的存储库为Ant构建提供依赖关系管理和更多功能。

Maven Ant Tasks (retired) use Maven's repositories to provide dependency management and more to Ant builds.

Ant Ivy 是另一种选择Maven Ant任务。

Ant Ivy is another alternative to Maven Ant Tasks.

MOP 是另一个利用的命令行工具Maven的存储库和依赖项。

MOP is another command line tool that leverages Maven's repository and dependencies.

这篇关于是否有Java的包管理器,如easy_install for Python?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆