MVN

org.javafxdata : datafx-ejb-wildfly

Maven & Gradle

Apr 02, 2014
1 usages
<dependency>
    <groupId>org.javafxdata</groupId>
    <artifactId>datafx-ejb-wildfly</artifactId>
    <version>8.0b1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.javafxdata : datafx-ejb-wildfly to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.0b1

All Versions

Choose a version of org.javafxdata : datafx-ejb-wildfly to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.0b1
datafx-ejb-wildfly-8.0b1

How to add a dependency to Maven

Add the following org.javafxdata : datafx-ejb-wildfly maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.javafxdata</groupId>
    <artifactId>datafx-ejb-wildfly</artifactId>
    <version>8.0b1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.javafxdata : datafx-ejb-wildfly gradle dependency to your build.gradle file:

implementation 'org.javafxdata:datafx-ejb-wildfly:8.0b1'

Gradle Kotlin DSL: Add the following org.javafxdata : datafx-ejb-wildfly gradle kotlin dependency to your build.gradle.kts file:

implementation("org.javafxdata:datafx-ejb-wildfly:8.0b1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.javafxdata : datafx-ejb-wildfly sbt scala dependency to your build.sbt file:

libraryDependencies += "org.javafxdata" % "datafx-ejb-wildfly" % "8.0b1"

Advertisement