MVN

io.github.ossnass : simplefx

Maven & Gradle

Sep 19, 2020
3 stars

SimpleFX library · A library designed to simplify JavaFX development

<dependency>
    <groupId>io.github.ossnass</groupId>
    <artifactId>simplefx</artifactId>
    <version>0.5-11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.ossnass : simplefx to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5-11

All Versions

Choose a version of io.github.ossnass : simplefx to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5
simplefx-0.5-11
0.4
simplefx-0.4
0.3
simplefx-0.3
simplefx-0.3-11
0.2
simplefx-0.2
0.1.x
simplefx-0.1.0
0.1
simplefx-0.1

How to add a dependency to Maven

Add the following io.github.ossnass : simplefx maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.ossnass</groupId>
    <artifactId>simplefx</artifactId>
    <version>0.5-11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.ossnass : simplefx gradle dependency to your build.gradle file:

implementation 'io.github.ossnass:simplefx:0.5-11'

Gradle Kotlin DSL: Add the following io.github.ossnass : simplefx gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.ossnass:simplefx:0.5-11")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.ossnass : simplefx sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.ossnass" % "simplefx" % "0.5-11"

Advertisement