Using ‘Font Awesome’ Icons with JavaFX [Update 2]

Refer for latest updates here.

For a more convenient usage I have created a Maven Artifact of my little project (should be available via Maven Central).

Dependency to WebJar Maven-Repo is included, thus you just have to add:

<dependency>
    <groupId>de.jensd</groupId>
    <artifactId>fontawesomefx</artifactId>
    <version>1.0.0</version>
</dependency>