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.
Is there a package manager for Java like easy_install for Python ? I’m looking
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Maven does provide dependency management based on remote repositories (like the central repo) that are browsable, searchable.
Maven Ant Tasks (retired) use Maven’s repositories to provide dependency management and more to Ant builds.
Ant Ivy is another alternative to Maven Ant Tasks.
MOP is another command line tool that leverages Maven’s repository and dependencies.