License |
License |
---|---|
GroupId | GroupIdcom.github.restream |
ArtifactId | ArtifactIdrx-connector |
Last Version | Last Version1.15 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionrx-connector
Allows to connect to a Reindexer instance from java application
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rx-connector-1.15.pom | |
rx-connector-1.15.jar | 91 KB |
rx-connector-1.15-sources.jar | 72 KB |
rx-connector-1.15-javadoc.jar | 405 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.restream/rx-connector/ -->
<dependency>
<groupId>com.github.restream</groupId>
<artifactId>rx-connector</artifactId>
<version>1.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.restream/rx-connector/
implementation 'com.github.restream:rx-connector:1.15'
// https://jarcasting.com/artifacts/com.github.restream/rx-connector/
implementation ("com.github.restream:rx-connector:1.15")
'com.github.restream:rx-connector:jar:1.15'
<dependency org="com.github.restream" name="rx-connector" rev="1.15">
<artifact name="rx-connector" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.restream', module='rx-connector', version='1.15')
)
libraryDependencies += "com.github.restream" % "rx-connector" % "1.15"
[com.github.restream/rx-connector "1.15"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
com.google.code.gson : gson | jar | 2.8.5 |
com.jayway.jsonpath : json-path | jar | 2.4.0 |
org.apache.commons : commons-lang3 | jar | 3.11 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |
commons-io : commons-io | jar | 2.8.0 |
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
org.junit.jupiter : junit-jupiter-params | jar | 5.7.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |
org.apache.httpcomponents : httpclient | jar | 4.5.13 |
org.hamcrest : hamcrest-core | jar | 2.2 |