The management of dependencies, for example third party libraries, that are used by a software project.
I have some years of experience with maven projects, even with multi modules ones (which has made me hate the …
maven dependency-management maven-moduleI'm using Apache Ivy + IvyDE for getting my project's dependencies, which are: <dependency org="com.google.guava" name="guava" …
java log4j ivy dependency-managementI'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-managementtoday i was facing a strange problem: got a 'missing method' error on a module, but the method was there …
ruby dependencies dependency-management circular-dependencyI 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 aarI 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-managementI'm trying to revert to a previous version of a specific pod, but cant easily find a command for listing …
ios cocoapods dependency-managementWhat 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-pluginI would like to analyze the dependency tree of Python packages. How can I obtain this data? Things I already …
python dependency-management pypiI'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