Top "Dependency-management" questions

The management of dependencies, for example third party libraries, that are used by a software project.

How to clean old dependencies from maven repositories?

I have too many files in .m2 folder where maven stores downloaded dependencies. Is there a way to clean all …

java maven dependencies repository dependency-management
Dealing with "Xerces hell" in Java/Maven?

In my office, the mere mention of the word Xerces is enough to incite murderous rage from developers. A cursory …

java maven classloader dependency-management xerces
How to set order of repositories in Maven settings.xml

I have 3 repositories in my settings.xml because I need artifacts from all of them. Whenever a dependency is not …

java maven dependency-management
Do you know the Maven profile for mvnrepository.com?

I am trying to include some dependencies in my Maven project. These dependencies are not available in the default Maven 2 …

maven-2 maven dependencies profile dependency-management
Maven equivalent for python

I'm a java developer/python beginner, and I'm missing my maven features, particularly dependency management and build automation (I mean …

python deployment dependency-management
composer: How to find the exact version of a package?

Suppose I'm writing a library A, that depends on another library, monolog for instance. I want to install the latest …

php dependency-management package-managers composer-php
composer.lock: how does it work?

I'm trying to understand this part: http://getcomposer.org/doc/02-libraries.md#lock-file this lock file will not have any …

php dependency-management package-managers composer-php
Check RPM dependencies

When you are installing a programming using .deb packages on Ubuntu, you can check dependencies of package using Ubuntu Packages …

linux dependency-management rpm rhel
What is the purpose of Mavens dependency declarations classifier property?

I have a pom.xml file and in that i see that their are 3 dependencies referenced for same <artifactId&…

java maven dependency-management
Correct way to check Java version from BASH script

How can I check whether Java is available (in the PATH or via JAVA_HOME) from a bash script and …

java bash version dependency-management