How to install the Java artifact org.lwjgl.osgi.org.lwjgl.tinyfd with Maven
Java
Maven
pom.xml
org.lwjgl.osgi
org.lwjgl.tinyfd
Add the following lines to your pom.xml in the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>org.lwjgl.osgi</groupId>
<artifactId>org.lwjgl.tinyfd</artifactId>
<version>3.1.2</version>
</dependency>
/<dependencies>