MVN

org.jetlinks : reactor-ql

Maven & Gradle

Jul 27, 2023
160 stars

JetLinks · 使用SQL来操作Reactor API

<dependency>
    <groupId>org.jetlinks</groupId>
    <artifactId>reactor-ql</artifactId>
    <version>1.0.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jetlinks : reactor-ql to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.16

All Versions

Choose a version of org.jetlinks : reactor-ql to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
reactor-ql-1.0.16
reactor-ql-1.0.15
reactor-ql-1.0.14
reactor-ql-1.0.13
reactor-ql-1.0.12
reactor-ql-1.0.11
reactor-ql-1.0.10
reactor-ql-1.0.9
reactor-ql-1.0.8
reactor-ql-1.0.7
reactor-ql-1.0.6
reactor-ql-1.0.5
reactor-ql-1.0.4
reactor-ql-1.0.3
reactor-ql-1.0.2
reactor-ql-1.0.1
reactor-ql-1.0.0

How to add a dependency to Maven

Add the following org.jetlinks : reactor-ql maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jetlinks</groupId>
    <artifactId>reactor-ql</artifactId>
    <version>1.0.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jetlinks : reactor-ql gradle dependency to your build.gradle file:

implementation 'org.jetlinks:reactor-ql:1.0.16'

Gradle Kotlin DSL: Add the following org.jetlinks : reactor-ql gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jetlinks:reactor-ql:1.0.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jetlinks : reactor-ql sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jetlinks" % "reactor-ql" % "1.0.16"

Advertisement