MVN

com.github.restream : rx-connector

Maven & Gradle

Jun 27, 2023
9 stars

rx-connector · Allows to connect to a Reindexer instance from java application

<dependency>
    <groupId>com.github.restream</groupId>
    <artifactId>rx-connector</artifactId>
    <version>1.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.restream : rx-connector to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.18

All Versions

Choose a version of com.github.restream : rx-connector to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.18
rx-connector-1.18
1.17
rx-connector-1.17
1.16
rx-connector-1.16
1.15
rx-connector-1.15
1.14
rx-connector-1.14
1.13
rx-connector-1.13
1.12
rx-connector-1.12
1.11
rx-connector-1.11
1.10
rx-connector-1.10
1.9
rx-connector-1.9
1.8
rx-connector-1.8
1.7
rx-connector-1.7
1.6
rx-connector-1.6
1.5
rx-connector-1.5
1.4
rx-connector-1.4
1.3
rx-connector-1.3
1.2
rx-connector-1.2
1.1
rx-connector-1.1
1.0
rx-connector-1.0

How to add a dependency to Maven

Add the following com.github.restream : rx-connector maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.restream</groupId>
    <artifactId>rx-connector</artifactId>
    <version>1.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.restream : rx-connector gradle dependency to your build.gradle file:

implementation 'com.github.restream:rx-connector:1.18'

Gradle Kotlin DSL: Add the following com.github.restream : rx-connector gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.restream:rx-connector:1.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.restream : rx-connector sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.restream" % "rx-connector" % "1.18"

Advertisement