Top "Dependencies" questions

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

Gradle: What is the difference between classpath and compile dependencies?

When adding dependencies to my project I am never sure what prefix I should give them, e.g. "classpath" or "…

java gradle dependencies
Loading Maven dependencies from GitHub

How do I add a Java library from its GitHub repo (the library uses Maven as a build system) as …

java maven github dependencies
How to resolve cyclic dependency in Maven?

How can we resolve a Maven cyclic dependency? Suppose A is the parent project and B and C are child …

maven dependencies cyclic
Send maven output to file

On Windows 7, I am trying to send the output of a maven-3 command to a text file. I call the …

maven windows-7 dependencies maven-plugin maven-3
Where can I find a JPA2 Maven dependency?

I'm trying to build an implementation agnostic maven module which relies on JPA2. Unfortunately, the only Maven JPA dependency is …

maven dependencies jpa-2.0
Wildfly configuration with DataSource

this is the first time I am trying to setup datasource in my Wildfly server. I tried to follow some …

java web-services dependencies jndi wildfly
What is the difference in maven between dependency and plugin tags in pom xml?

I'm new to the maven tool, I have made a project with Spring and Hibernate and they are configured in …

maven plugins dependencies pom.xml
Dependency Walker: missing dlls

I have been trying to resolve .dll dependencies for the executable file with Dependency Walker. Currently, I am getting missing .…

windows dll visual-studio-2013 dependencies dependency-walker
Handling header files dependencies with cmake

I am using CMake on a small C++ project and so far it works great... with one twist :x When …

c++ dependencies cmake header-files
Find a jar file given the class name?

This must be a very basic question for Java developers, but what is the best way to find the appropriate …

java jar dependencies