is not current version
Last Version 1.15

com.github.restream:rx-connector 1.11

Allows to connect to a Reindexer instance from java application

GroupId

GroupId

com.github.restream
ArtifactId

ArtifactId

rx-connector
Version

Version

1.11
Type

Type

jar

Download rx-connector 1.11


<!-- https://jarcasting.com/artifacts/com.github.restream/rx-connector/ -->
<dependency>
    <groupId>com.github.restream</groupId>
    <artifactId>rx-connector</artifactId>
    <version>1.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.restream/rx-connector/
implementation 'com.github.restream:rx-connector:1.11'
// https://jarcasting.com/artifacts/com.github.restream/rx-connector/
implementation ("com.github.restream:rx-connector:1.11")
'com.github.restream:rx-connector:jar:1.11'
<dependency org="com.github.restream" name="rx-connector" rev="1.11">
  <artifact name="rx-connector" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.restream', module='rx-connector', version='1.11')
)
libraryDependencies += "com.github.restream" % "rx-connector" % "1.11"
[com.github.restream/rx-connector "1.11"]