Top "Dependency-management" questions

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

Maven Multi Module benefits over simple dependency

I have some years of experience with maven projects, even with multi modules ones (which has made me hate the …

maven dependency-management maven-module
Find hidden dependencies in Ivy

I'm using Apache Ivy + IvyDE for getting my project's dependencies, which are: <dependency org="com.google.guava" name="guava" …

java log4j ivy dependency-management
Use dependencies from Eclipse p2 repository in a regular Maven build?

I'd like to use dependencies from a remote Eclipse p2 repository in a "regular" Maven 3 build (e.g. JAR or …

java eclipse maven maven-3 dependency-management
ruby: how to require correctly (to avoid circular dependencies)

today i was facing a strange problem: got a 'missing method' error on a module, but the method was there …

ruby dependencies dependency-management circular-dependency
Create an AAR with multiple AARs/JARs

I have seen questions (Android Studio combine 2 .aar into one and others) posted by various developers but I haven't seen …

android-gradle-plugin dependency-management aar
Conflicting cross-version suffixes (sbt, Scala-STM, Play-JSON)

I am using a JSON extension which relies on Mandubian's play-json 2.2-SNAPSHOT. Everything worked fine until now I have a …

scala sbt dependency-management
iOS CocoaPods - how to find out available versions of a specific pod, not cocoapods itself?

I'm trying to revert to a previous version of a specific pod, but cant easily find a command for listing …

ios cocoapods dependency-management
Gradle dependency plugin in a multi module Spring Boot project

What does a correct Gradle configuration look like in a multi-module project that uses the Gradle plugins spring-boot-dependencies and spring-boot? …

gradle spring-boot dependency-management spring-boot-gradle-plugin
Python package dependency tree

I would like to analyze the dependency tree of Python packages. How can I obtain this data? Things I already …

python dependency-management pypi
How to override the dependency of an sbt plugin?

I've written an sbt plugin called sbt-jumi which implements sbt integration for Jumi. Right now the sbt-jumi plugin depends on …

plugins sbt dependency-management