harmoniccode.blogspot.fr - Harmonic Code

Example domain paragraphs

The life of a geek that loves Java(FX) and IoT

As some of you might know I've created the so called DiscoAPI for  foojay.io . This api should help you to get an OpenJDK distribution of your choice. In addition to the api itself I've also created different plugins for IDE's and browsers and also some tools like JDKMon .

That's all good stuff but I was always missing a command line tool which enables me to simply download an OpenJDK package of my choice in the terminal. Thank god there is Picocli  which makes it possible to create a command line interface using Java.