Home > java-dependency-unifier

java-dependency-unifier

Java-dependency-unifier is a project mainly written in JAVA and SHELL, it's free.

Given two similar dependencies, bytecode manipulate each so that they look like the other (throwing UnsupportedOperationException's where they differ). This is useful for two teams working on trunk based development, but they have different

Given two similar dependencies, bytecode manipulate each so that they look like the other (throwing UnsupportedOperationException's where they differ). This is useful for two teams working on trunk based development, but they have different versions of libraries depended upon.

Previous:NOM