MVN

com.dua3.utility : utility-fx-web

Maven & Gradle

May 21, 2024
0 stars

utility-fx-web · JavaFX utilities (web)

<dependency>
    <groupId>com.dua3.utility</groupId>
    <artifactId>utility-fx-web</artifactId>
    <version>13.0-BETA3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.dua3.utility : utility-fx-web to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 13.0-BETA3
  • Latest Beta: 13.0-BETA3

All Versions

Choose a version of com.dua3.utility : utility-fx-web to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
13.0
utility-fx-web-13.0-BETA3

How to add a dependency to Maven

Add the following com.dua3.utility : utility-fx-web maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.dua3.utility</groupId>
    <artifactId>utility-fx-web</artifactId>
    <version>13.0-BETA3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.dua3.utility : utility-fx-web gradle dependency to your build.gradle file:

implementation 'com.dua3.utility:utility-fx-web:13.0-BETA3'

Gradle Kotlin DSL: Add the following com.dua3.utility : utility-fx-web gradle kotlin dependency to your build.gradle.kts file:

implementation("com.dua3.utility:utility-fx-web:13.0-BETA3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.dua3.utility : utility-fx-web sbt scala dependency to your build.sbt file:

libraryDependencies += "com.dua3.utility" % "utility-fx-web" % "13.0-BETA3"