Java Pair maven library

Elvis Ciotti
Oct 25, 2023

--

To use Java Pairs (see API and Baeldung article), you need to install the following maven depencency

https://mvnrepository.com/artifact/org.openjfx/javafx-controls

e.g.

<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>
<version>22-ea+11</version>
</dependency>

then import via

import javafx.util.Pair;

...

Thanks for reading !

What to do next:
- Clap if useful
- Buy me a coffee
- Follow me for more
- Read my other articles below or from my profile
- Keep in touch on LinkedIn

--

--

Elvis Ciotti
Elvis Ciotti

Written by Elvis Ciotti

Software Contractor — Java, Spring, k8s, AWS, Javascript @ London - hire me at https://elvisciotti.github.io/

No responses yet