Top "Dependencies" questions

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

How do I prevent Maven from downloading artifacts every time?

I’m using Maven 3.1.1. In one of my projects, I reference another one of my projects … <dependencies> <…

maven dependencies maven-3 dependency-management
How to see dependency tree in sbt?

I am trying to inspect the SBT dependency tree as described in the documentation: sbt inspect tree clean But I …

scala dependencies sbt
How to make one module depend on another module artifact?

I have maven multiple-module project. A: parent. B: child1. C: child2. B will be packaged to get jar file and …

module dependencies maven
How to specify ansible pretasks for a role?

How should one go about defining a pretask for role dependencies. I currently have an apache role that has a …

dependencies ansible role
Circular import dependency in Python

Let's say I have the following directory structure: a\ __init__.py b\ __init__.py c\ __init__.py c_file.py …

python dependencies circular-dependency python-import
MS C++ 2010 and mspdb100.dll

Microsoft's C++ compiler and linker seem to have an odd relationship with mspdb100.dll. When run from the IDE, of …

visual-studio visual-studio-2010 visual-c++ dependencies dll
How can I use Maven to get the latest Hibernate release?

I am having trouble getting the latest release of Hibernate via Maven dependency. It appears that the latest I can …

hibernate maven-2 dependencies pom.xml
When installing a package with NPM, can you tell it to use a different version of one of its dependencies?

Say you want to install a library lib-a which has dependencies dep-1 and dep-2. If lib-a has declared in its …

node.js dependencies npm
How to use POMs as a dependency in Maven?

Is there a way to add a pom type dependency to my POM and get all its modules? JavaMail is …

java maven dependencies pom.xml