Top "Dependency-management" questions

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

How to use a Bintray user repo (correctly) for a dependency from gradle?

This is more of a 'am I doing it right' question. Quick back story: I have built a gradle plugin (…

gradle dependency-management bintray
Package Manager vs Dependency Manager

What are the differences? In many places they used interchangeably as synonyms but I think they are different. What is …

dependency-management package-managers
how can I force npm 3 to install nested dependencies?

I just upgraded to npm version 3 and noticed one of the biggest changes it made is that it enforces a …

module npm dependencies package dependency-management
Algorithm for dependency resolution

I'm in the process of writing a package manager, and for that I want the dependency resolution to be as …

algorithm dependency-management
Nuget Package - Referenced Assemblies Are Not Being Included As Project References

Before I go into the problem, let me quickly explain my goal: I have a template project that I use …

visual-studio nuget dependency-management nuget-package nuget-spec
Exclude unused parts of dependencies from jar (Maven)

We have a small project with some heavy-weight dependencies (e.g. Spring) of which we only use small parts. Therefore, …

maven dependency-management maven-assembly-plugin
How to install / update package with pipenv without updating the rest of packages

I use pipenv (version 2018.11.26) to manage dependencies in my project. Sometimes I want to add or update only one package …

python dependency-management pipenv
How to ignore a specific transitive dependency from all dependencies in Gradle

How can I ignore a specific transitive dependency in Gradle? For example, many libraries (such as Spring and ...) depend on …

gradle dependency-management transitive-dependency
Maven dependency module not found

I have a rather simple project structure in Maven with sub-modules: / -pom.xml -Utils/ -pom.xml In /pom.xml I …

java maven dependency-management java-9 vert.x
Maven parent POM vs BOM dependency management

Let's say I have a maven parent POM root which defines foo:bar:1.0.0 in dependency management. I have another parent …

maven pom.xml dependency-management maven-bom