Top "Dependency-management" questions

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

How to release Maven multi-module project with inter-project dependencies?

Lets say we have 3 layers project. DB, Business, Web and aggregating pom. Project |-DB | |-pom.xml |-Business | |-pom.xml |-pom.…

maven aggregation dependency-management maven-release-plugin multi-module
How do I configure the SVN HTTP proxy from the command line?

I script the set up of my build environment. (So the build process can bootstrap itself if it finds itself …

svn build dependency-management build-script build-system
How to manage different support library versions for 3rd party deps with gradle?

I have a bunch of third party libs that I include in my base application. I cannot control the support …

android android-studio gradle android-gradle-plugin dependency-management
Why doesn't Gradle include transitive dependencies in compile / runtime classpath?

I'm learning how Gradle works, and I can't understand how it resolves a project transitive dependencies. For now, I have …

build build-system dependency-management
Maven dependency for Teradata JDBC driver

Does Teradata have its JDBC driver uploaded as a jar referenced from a maven file?

maven jdbc dependency-management teradata
Ivy not installing some JARs

I'm using Ivy for project dependency management and it's been working well aside from one issue which I've always had. …

ant ivy dependency-management
How can I have Netbeans automatically copy 3rd party jars from an included class-library to my project's dist/lib directory?

I have a Java Application in NetBeans 7.1 (let's call it myApp) that depends on a Java Class-Library Project [more than …

netbeans jar dependency-management class-library netbeans-7.1
Creating Dependency Graphs in Python

I have inherited a huge codebase that I need to make some small changes into. I was wondering if there …

python dependency-management call-flow
Is it possible to add a local dependency to .podspec file?

I'm using cocoapods now I would like to add a local pod dependency in my project, something like: s.dependency = …

cocoapods dependency-management
How do I connect bower components with sails.js?

I'd like to be able to install Javascript dependencies through bower and use them in a sails.js app, but …

javascript dependency-management bower sails.js