I am creating a new Java project on GitHub and I will have several Apache Commons as dependencies.
What are the best methods for establishing that my project needs these jar files? Should I upload dependencies to my GitHub repository (ugly)? Or use a Maven-like tool for this ?
Or is there a way to link the file in another git repository? Apache provides git repositories for its libraries . They are read-only, but I'm ok with this, since I just want to use cans. The bad news is that they contain all the sources, and I just care about the assembled bank. It seems we can not git submodule just a file.
java git github jar dependencies
bruno
source share