This repository was archived by the owner on Jul 4, 2023. It is now read-only.

Description
Ok so just ran into a problem. lets say app A is using a library called BAM.jar but is app A is also using a library called called BOOM but BOOM is also using BAM.jar as a lib ( and BAM is a jar we can add modules fairly simply still may need to look at it. ) but the Version of BAM.jar is different then The BAM.jar in app A it causes a TOP-LEVEL EXCEPTION and cant be passed and you cant navigate in the file system outside of the current lib to find the file ( which is stupid ) so the easiest way to fix the problem is copy and paste the BAM.jar into the BOOM lib and reference it. Then it all works because they are all the same version. But if you have the same lib but different but different versions you start to run into problems.