Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 448 Bytes

File metadata and controls

10 lines (7 loc) · 448 Bytes

In this project I show you the usage of two depdency management tools. First is the good old maven (inside the maven folder) Second is the new tool called bld. (inside the bld folder)

Both are the same codebase just using different dependency and build tools.

If you want to read more about it: https://svenruppert.com/2024/09/26/bld-a-lightweight-java-build-tool/

Enjoy