Top "Dependencies" questions

A dependency exists between two elements if changes to the definition of one element may cause changes to the other.

How can I have a Makefile automatically rebuild source files that include a modified header file? (In C/C++)

I have the following makefile that I use to build a program (a kernel, actually) that I'm working on. Its …

gcc makefile dependencies header
Different dependencies for different build profiles

Is it possible to have a different set of dependencies in a maven pom.xml file for different profiles? e.…

java maven-2 build-process dependencies
What are the Maven dependencies to use hibernate, hibernate annotations, and ehcache?

I would like to update my Maven pom.xml with the latest hibernate, hibernate-annotations, and ehcache dependencies. I read the …

hibernate dependencies maven ehcache
Android Studio 3.6.1 | Error: "This project uses AndroidX dependencies"

I have updated my Android Studio and the targetSdkVersion (build.gradle) to 29. I migrated to AndroidX. Now the Gradle build …

android android-studio dependencies
How to handle dependency injection in a WPF/MVVM application

I am starting a new desktop application and I want to build it using MVVM and WPF. I am also …

c# wpf mvvm dependency-injection dependencies
Mocking globals in Jest

Is there any way in Jest to mock global objects, such as navigator, or Image*? I've pretty much given up …

javascript unit-testing dependencies jestjs babel-jest
Multi-project test dependencies with gradle

I have a multi-project configuration and I want to use gradle. My projects are like this: Project A -> …

build dependencies gradle multi-project
SLF4J NoSuchMethodError on LocationAwareLogger

This is a question that has been asked before, but unfortunately no solution seems to work for me. I am …

java maven jar dependencies slf4j
Gradle Implementation vs API configuration

I'm trying to figure it out what is the difference between api and implementation configuration while building my dependencies. In …

android gradle dependencies implementation