I have defined javafx dependencies in pom.xml, but downloaded are .jars with manifest only and .jars for my specific OS - Windows (see picture).
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>
<version>15.0.1</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-graphics</artifactId>
<version>15.0.1</version>
</dependency>
How to download others?
What i am trying to achieve?
I am trying to create 3 packages, each with my .jar application and javafx library for specific operating system, that is why i want to download javafx libraries for remaining OS (Linux, Mac).