The management of dependencies, for example third party libraries, that are used by a software project.
This is more of a 'am I doing it right' question. Quick back story: I have built a gradle plugin (…
gradle dependency-management bintrayWhat are the differences? In many places they used interchangeably as synonyms but I think they are different. What is …
dependency-management package-managersI 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-managementI'm in the process of writing a package manager, and for that I want the dependency resolution to be as …
algorithm dependency-managementBefore 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-specWe 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-pluginI 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 pipenvHow can I ignore a specific transitive dependency in Gradle? For example, many libraries (such as Spring and ...) depend on …
gradle dependency-management transitive-dependencyI 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.xLet'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