0

I created a project using Java. When I finished I need to generate the JAR of the project.

Is there a way to include the JAR files i used for building this project with the JAR generated by the end?

  • While duplicate clarifies naming & "what is" (it was doubtly asked here), some practical tips: in ancient times "they" did it with ant (having lib folders in the project), later came maven (esp. [assembly-plugin](https://maven.apache.org/plugins/maven-assembly-plugin/)), ...[with gradle](https://stackoverflow.com/q/10986244/592355), spring-boot leveraged this to a "one liner": [maven](https://docs.spring.io/spring-boot/docs/current/maven-plugin/reference/htmlsingle/)|[gradle](https://docs.spring.io/spring-boot/docs/current/gradle-plugin/reference/htmlsingle/) – xerx593 Dec 16 '21 at 14:54

0 Answers0