MVN

net.hasor : hasor-dataql-fx

Maven & Gradle

Mar 31, 2021
2 usages

Hasor-DataQL/FunctionX · the hasor DataQL project.

<dependency>
    <groupId>net.hasor</groupId>
    <artifactId>hasor-dataql-fx</artifactId>
    <version>4.2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.hasor : hasor-dataql-fx to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2.5

All Versions

Choose a version of net.hasor : hasor-dataql-fx to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2.x
hasor-dataql-fx-4.2.5
hasor-dataql-fx-4.2.4
hasor-dataql-fx-4.2.3
hasor-dataql-fx-4.2.2
hasor-dataql-fx-4.2.1
hasor-dataql-fx-4.2.0
4.1.x
hasor-dataql-fx-4.1.13
hasor-dataql-fx-4.1.12
hasor-dataql-fx-4.1.11
hasor-dataql-fx-4.1.10
hasor-dataql-fx-4.1.9
hasor-dataql-fx-4.1.8
hasor-dataql-fx-4.1.7
hasor-dataql-fx-4.1.6
hasor-dataql-fx-4.1.5
hasor-dataql-fx-4.1.4
hasor-dataql-fx-4.1.3

How to add a dependency to Maven

Add the following net.hasor : hasor-dataql-fx maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.hasor</groupId>
    <artifactId>hasor-dataql-fx</artifactId>
    <version>4.2.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.hasor : hasor-dataql-fx gradle dependency to your build.gradle file:

implementation 'net.hasor:hasor-dataql-fx:4.2.5'

Gradle Kotlin DSL: Add the following net.hasor : hasor-dataql-fx gradle kotlin dependency to your build.gradle.kts file:

implementation("net.hasor:hasor-dataql-fx:4.2.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.hasor : hasor-dataql-fx sbt scala dependency to your build.sbt file:

libraryDependencies += "net.hasor" % "hasor-dataql-fx" % "4.2.5"

Advertisement