how to convert the ControlsFX into jar?

135 views
Skip to first unread message

sean tan

unread,
Jun 3, 2021, 11:00:34 AM6/3/21
to ControlsFX
Hi, I just found the ControlsFX github while I was trying to find a way to make notifications in javafx. I would like to import the jar into my project, but I dont know how to convert the Github project i downloaded from the ControlsFX repo into a jar file. Please advise

David Williams

unread,
Jun 3, 2021, 2:38:32 PM6/3/21
to ControlsFX
I'd recommend managing your dependent libraries with maven.
You can add the following entry to your pom.xml file:
<dependency>
    <groupId>org.controlsfx</groupId>
    <artifactId>controlsfx</artifactId>
    <version>11.1.0</version>
</dependency>

If you don't want to use maven and you really want to copy the jar file to your local file system, the jars can also be found in the maven repository at https://mvnrepository.com/
Just search for the name of your library, then click on the jar link in the Files section of the resulting table.

Reply all
Reply to author
Forward
0 new messages