Top "Dependency-management" questions

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

Gradle equivalent to Maven's "copy-dependencies"?

In Maven-land, anytime I want to simply pull down the transitive dependencies for a particular POM file, I just open …

maven gradle dependency-management
How to deploy OSGi apps and dependencies?

OSGi seems to have an excellent benefit of having small deployable artifacts by not wrapping dozens of JAR dependencies into …

java maven-2 osgi dependency-management
React Cannot Start Project - 'craco' is not recognized as an internal or external command

is anyone able to tell me why I cannot start up my website project on the development server? I've cloned …

reactjs dependency-management npm-start craco
What do square brackets mean in pip install?

I see more and more commands like this: $ pip install "splinter[django]" What do these square brackets do?

python pip dependency-management
Gradle add nested subproject from a multi-module project as dependency of another subproject

I have a complex, but interesting situation. This is a tree diagram of my folder structure: root |___ settings.gradle |___ p1 |___ …

gradle dependency-management multiple-projects
Install devDependencies on Heroku

I would like to have Heroku build my app after I push it so that I don't have to push …

heroku npm gruntjs dependency-management
"optional" dependency with scope "provided" in Maven

Maven is a bit over my head sometimes... I have created a library which has an optional dependency on slf4…

maven log4j dependency-management
Installing dependencies of a local dependency with pipenv

Background We have project with the following high-level directory structure* ./datascience/ ├── core │ └── setup.py ├── notebooks │ └── Pipfile └── web └── Pipfile *Excluded all …

python dependency-management setup.py pipenv pipfile
How to resolve dependencies between modules within multi-module project?

After working with Maven for a while, I am thrilled by the many features that Maven brings into the build …

maven dependency-management multi-module