Anyone out there who has solved Dependency Management?
In #Java I regularly find myself in Dependency Hell, trying to assemble a working classpath for our applications. We use #Maven not #Gradle. Are we using the wrong tool, or are we just doing it wrong? Do other languages provide better solutions?
In #Java I regularly find myself in Dependency Hell, trying to assemble a working classpath for our applications. We use #Maven not #Gradle. Are we using the wrong tool, or are we just doing it wrong? Do other languages provide better solutions?
Comments
@richard.fichtner.dev posted about `mvn dependency:tree` which is very handy:
https://bsky.app/profile/richard.fichtner.dev/post/3ldgjt56d6m2h
Netbeans' visualization of the graph of Maven deps in a given project helped me sort the hardest cases.