I created a java class and converted to jar files. So, I want to use these jar files, which I placed at the project level in some folder, for example, "External Jar". Therefore, I need to write a dependency in maven, when someone imports my project, they should be able to run the program.
source
share