#java
Read more stories on Hashnode
Articles with this tag
In this article, we'll explore how to make a program packaged as a Jar (Java, Kotlin, Scala, ...) easily installable by end users using homebrew and...
Lombok is an amazing library that reduces boilerplate code in Java thanks to annotations processed at compile time. I use it heavily in my personal...
Fat jars are a good way to package java applications, whether they are command-line programs or GUIs. However, a jar differs from other executables:...