Skip to content

michaelboyles/version-shading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An example of using 2 or more versions of the same library in the same Java application, using Maven and the shade plugin. This is usually not possible due to limitations of both Java and Maven, but it's an interesting experiment and does have some real-world applications.

In this project, both 3.10 and 3.9 versions of Apache Commons Lang are used.

Read more on my blog

About

Example of using 2 or more versions of the same library in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages