Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Installation

Bruno Silva edited this page Jun 2, 2025 · 2 revisions

Binaries and dependency information for Maven, Gradle and others can be found at http://search.maven.org.

Maven

Example for Maven, where x.y.z is the library version, e.g., 2.2.0:

<dependency>
    <groupId>com.brunomnsilva</groupId>
    <artifactId>smartgraph</artifactId>
    <version>x.y.z</version>
</dependency>

Gradle

dependencies {
    implementation 'com.github.brunomnsilva:JavaFXSmartGraph:x.y.z' // Replace x.y.z
}

Important Note

⚠️ Please note that the files smartgraph.css and smartgraph.properties must be added manually to your project.

Releases

You can also find in the releases section the binaries, source code and documentation.

Clone this wiki locally

Morty Proxy This is a proxified and sanitized view of the page, visit original site.