MVN

com.dua3.fx : fx-editor

Maven & Gradle

Jun 09, 2022
1 usages

fx-editor · JavaFX utilities (editor)

<dependency>
    <groupId>com.dua3.fx</groupId>
    <artifactId>fx-editor</artifactId>
    <version>0.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.15
  • Latest Release Candidate: 0.17.0-RC3
  • Latest Beta: 0.17-BETA27

All Versions

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

Version Vulnerabilities Updated
0.17.x
fx-editor-0.17.0-RC3
fx-editor-0.17.0-RC2
fx-editor-0.17.0-RC1
0.17
fx-editor-0.17-BETA27
fx-editor-0.17-BETA26
fx-editor-0.17-BETA25
fx-editor-0.17-BETA24.1
fx-editor-0.17-BETA24
fx-editor-0.17-BETA23.2
fx-editor-0.17-BETA23.1
fx-editor-0.17-BETA23
fx-editor-0.17-BETA22
fx-editor-0.17-BETA21
fx-editor-0.17-BETA20
fx-editor-0.17-BETA19
fx-editor-0.17-BETA18
fx-editor-0.17-BETA17
fx-editor-0.17-BETA16
fx-editor-0.17-BETA15
fx-editor-0.17-BETA11
fx-editor-0.17-BETA10
fx-editor-0.17-BETA9
fx-editor-0.17-BETA8
fx-editor-0.17-BETA7
fx-editor-0.17-BETA6
fx-editor-0.17-BETA5
fx-editor-0.17-BETA4
fx-editor-0.17-BETA3
fx-editor-0.17-BETA1
0.15
fx-editor-0.15
fx-editor-0.15-beta14
fx-editor-0.15-beta13
fx-editor-0.15-beta9
fx-editor-0.15-beta8
fx-editor-0.15-beta6

How to add a dependency to Maven

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

<dependency>
    <groupId>com.dua3.fx</groupId>
    <artifactId>fx-editor</artifactId>
    <version>0.15</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.dua3.fx:fx-editor:0.15'

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

implementation("com.dua3.fx:fx-editor:0.15")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.dua3.fx" % "fx-editor" % "0.15"

Advertisement