Top "Dependency-management" questions

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

Maven - version managed from x, omitted for duplicate?

I am having trouble with understanding what happens in maven dependency tree when it states version managed from x; omitted …

java maven dependency-management
Easy Way to have Homebrew list all package dependencies

Is there anyway to have the command brew show all the installed or optional dependencies for any given package? It …

homebrew dependency-management
How to check pom.xml for updated dependencies

I am fairly new to Maven and pom.xml. Is there a way I can find out which of my …

maven maven-2 dependency-management
Multiple Dependency Scopes in POM

I have a dependency in my POM that needs to be set to "provided" so it is not included at …

maven-2 maven dependency-management pom.xml
JavaScript dependency management

I am currently maintaining a large number of JS files and the dependency issue is growing over my head. Right …

javascript dependencies dependency-management
When to use "optional" dependencies and when to use "provided" scope?

Dependencies decorated by <optional>true</optional> or <scope>provided</scope> will be …

maven dependency-management
Managing multi-module dependencies with Maven assembly plugin

I use Maven assembly plugin to create an assembly for my multi-module project. There are two separate applications built from …

maven dependency-management maven-assembly-plugin multi-module
Sort maven dependencies in Eclipse

Just wanted to know if it is possible in Eclipse to sort Maven dependencies by alphabetical order? It's bothering me …

java maven-2 dependencies maven dependency-management
Gradle Single vs Double Quotes

I'm new to gradle and am currently just trying to follow the tutorials and quite a few times I've seen …

gradle dependency-management
How to resolve NuGet dependency hell

I develop a library with some functional named CompanyName.SDK which must be integrated in company project CompanyName.SomeSolution CompanyName.…

c# .net nuget dependency-management