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 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.