MVN

org.webswing : webswing-app-toolkit-fx

Maven & Gradle

Mar 07, 2021
3 usages
<dependency>
    <groupId>org.webswing</groupId>
    <artifactId>webswing-app-toolkit-fx</artifactId>
    <version>20.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webswing : webswing-app-toolkit-fx to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20.2.4

All Versions

Choose a version of org.webswing : webswing-app-toolkit-fx to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20.2.x
webswing-app-toolkit-fx-20.2.4
webswing-app-toolkit-fx-20.2.3
webswing-app-toolkit-fx-20.2.2
webswing-app-toolkit-fx-20.2.1
20.1.x
webswing-app-toolkit-fx-20.1.8
webswing-app-toolkit-fx-20.1.6
webswing-app-toolkit-fx-20.1.5
webswing-app-toolkit-fx-20.1.4
webswing-app-toolkit-fx-20.1.3
webswing-app-toolkit-fx-20.1.2
webswing-app-toolkit-fx-20.1.1
20.1
webswing-app-toolkit-fx-20.1
2.7.x
webswing-app-toolkit-fx-2.7.5
webswing-app-toolkit-fx-2.7.3
webswing-app-toolkit-fx-2.7.2
webswing-app-toolkit-fx-2.7.1
2.7
webswing-app-toolkit-fx-2.7
2.6.x
webswing-app-toolkit-fx-2.6.5
webswing-app-toolkit-fx-2.6.4
webswing-app-toolkit-fx-2.6.3
webswing-app-toolkit-fx-2.6.1
2.6
webswing-app-toolkit-fx-2.6
2.5.x
webswing-app-toolkit-fx-2.5.12
webswing-app-toolkit-fx-2.5.11
webswing-app-toolkit-fx-2.5.10
webswing-app-toolkit-fx-2.5.9
webswing-app-toolkit-fx-2.5.6
webswing-app-toolkit-fx-2.5.5
webswing-app-toolkit-fx-2.5.4
webswing-app-toolkit-fx-2.5.3
2.5
webswing-app-toolkit-fx-2.5

How to add a dependency to Maven

Add the following org.webswing : webswing-app-toolkit-fx maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webswing</groupId>
    <artifactId>webswing-app-toolkit-fx</artifactId>
    <version>20.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webswing : webswing-app-toolkit-fx gradle dependency to your build.gradle file:

implementation 'org.webswing:webswing-app-toolkit-fx:20.2.4'

Gradle Kotlin DSL: Add the following org.webswing : webswing-app-toolkit-fx gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webswing:webswing-app-toolkit-fx:20.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webswing : webswing-app-toolkit-fx sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webswing" % "webswing-app-toolkit-fx" % "20.2.4"

Advertisement