Java – how to specify / organize / clean up jar libraries in a project
When we develop a project, if we want to use struts or tiles or spring or anything else, we must import some JAF files (into the project build path or lib folder)
So I'd like to ask if there are any websites / tools that specify what we need for each purpose Jar files, so I don't have to add a lot of jar files to the project
I'm sorry if it doesn't matter I just don't know where to ask:(
A beautiful day^^
Solution
Use Maven It is a build / dependency management tool, which allows you not to download any dependencies manually. You only need to define it in the configuration file. You need a specific version of the library, which will handle all these You can also use many so-called archetypes, which are basically skeleton applications for a specific set of technologies