I recently started my school project containing graphics with JavaFX. I added Font Awsome to maven dependencies and classes are fine loaded in the IntelliJ but when I am added its JAR file to scene builder there are only: 1. GlyphCheckBox and 2. GlyphStack and there isn't any FontAwsomeIconView in it. How should I fix this problem? (I'm using JDK 13, JavaFX 14 and scene builder 11)
<dependency>
<groupId>de.jensd</groupId>
<artifactId>fontawesomefx</artifactId>
<version>8.9</version>
</dependency>