https://blogs.oracle.com/geertjan/entry/configure_maven_indexing_on_demand
Tag: dependency-management
Maven Version Manager: Ensure all team members are using the same version
Composer: Dependency Manager for PHP
Eclipse Aether: Java library for working with artifact repositories such as Maven and Sonatype Nexus
Laravel Envoy: SSH-based automation tool inspired by Python Fabric
https://github.com/laravel/envoy ᔥ
Composer has really changed the game for the PHP project ecosystem in my opinion. It makes installing and using a tool like Envoy much more attractive to me.
Apache Maven Shade Plugin: Maven plugin that repackages Java libraries and embeds them in your own distribution
Apache Ivy: Java dependency manager that integrates with Apache Ant
We use Apache Ant for our builds at work. We are managing our dependencies by hand right now, but I’m hoping that we can move to Ivy to help ease the burden of managing transitive dependencies (and stop storing jars in our repo alongside our source).
Goop: Go dependency manager inspired by Bundler
https://github.com/nitrous-io/goop
It looks like the mascot’s name is “Goopie”. Go has the best mascots!
From the website:
A dependency manager for Go (golang), inspired by Bundler. It is different from other dependency managers in that it does not force you to mess with your
GOPATH
.