Understanding Apache Maven: Maven Coordinates & POM Inheritance
An explanation of dependency coordinates and "distinguishers" as well as a more detailed look at POM hierarchies are covered.

An explanation of dependency coordinates and "distinguishers" as well as a more detailed look at POM hierarchies are covered.

Following on from the first article covering the Maven basics, the Project Object Model (POM) is explored, here in part 2!

Apache Maven (commonly referred to as “Maven”) is a Build Management tool. Maven is primarily used to build Java projects.

If you are still running on an old Maven version like 3.6.3 or below, you need to upgrade to version 3.8.1 because of security reasons.

Let's discuss technologies we use with JavaFX to build JVM byte code versions as well as native images that target iOS and Android devices!

Skaffold eases development and deployment of applications running on Kubernetes, managing the entire workflow, giving instant feedback.

How to build native applications for multiple devices from a single JavaFX project with Gluon Mobile and GitHub Actions.
In this article, I will explain how you can fix vulnerabilities in third-party libraries when using Maven, even when it is not obvious.