javaadvent.com
How to debug dependency conflicts in Maven and Gradle - JVM Advent
Dependency hell I bet there is no one among you who is unfamiliar with the concept “Dependency hell”. This problem exists in all technologies and languages. People feel distracted and helpless in the face of this problem. I personally hate dependency conflicts in JavaScript (npm), Ruby, Python. I just can do nothing to solve them. But […]
Andrei Solntsev