Top "Dependencies" questions

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

Add github library as dependency to Android-Studio project

I am trying to implement ActionBar-PullToRefresh from https://github.com/chrisbanes/ActionBar-PullToRefresh/wiki/QuickStart-ABC. I just made the switch from …

android github dependencies gradle android-studio
Maven check for updated dependencies in repository

Is there a Maven plugin that allows you to check if there are newer versions of dependencies available in the …

maven-2 version dependencies
.NET DLL references/dependency checking utility

With Visual Studio, I can see the dll references as the attached picture as an example. With this reference information, …

.net visual-studio dependencies utilities
Resolve maven plugin issue: ' Unable to load mojo'

I have configured all the dependencies in my pom.xml through maven. When i give the command mvn install I …

maven-2 maven dependencies maven-plugin maven-dependency-plugin
"Unable to update dependencies of the project" after committing to Subversion

I have a setup project in .NET. When I save the project and the other projects to subversion, the setup …

winforms deployment dependencies setup-project
How to specify a repository for a dependency in Maven

In projects with several dependencies and repositories, the try-and-error approach of Maven for downloading dependencies is a bit cumbersome and …

maven-2 dependencies
Difference between compile and runtime configurations in Gradle

My question is a little bit common, but it is linked with Gradle too. Why we need compile and runtime …

configuration dependencies gradle
Maven: Packaging dependencies alongside project JAR?

I'd like Maven to package a project alongside its run-time dependencies. I expect it to create a JAR file with …

maven-2 dependencies manifest maven-assembly-plugin
Maven + SLF4J: Version conflict when using two different dependencies that require two different SLF4J versions

I have a project that use both dependencies independently: BoneCP and Hibernate. But thanks to SLF4J and its version …

java hibernate maven dependencies slf4j
How can I have linked dependencies in a git repo?

In my scripts, I often use libraries (mine or others') that have their own repos. I don't want to duplicate …

git github dependencies git-submodules githooks