CREATING FAT JARS WITH GRADLE AND MAVEN
Deploying Java applications can be challenging, especially when dealing with all the required dependencies to prevent runtime errors.
FROM SOURCE TO JAR - PART 3
In the first part of our series, we discussed how to compile Java code and create executable JAR files.
FROM SOURCE TO JAR - PART 2
The first part of our series covered the basics of compiling Java code and creating executable JAR files.
FROM SOURCE TO JAR – PART 1
Organizing and sharing your application in Java development can be tricky without the right tools.