GroupId | GroupIdcom.github.restream |
---|---|
ArtifactId | ArtifactIdrx-connector |
Version | Version1.11 |
Type | Typejar |
Filename | Size |
---|---|
rx-connector-1.11.pom | |
rx-connector-1.11.jar | 16 MB |
rx-connector-1.11-sources.jar | 16 MB |
rx-connector-1.11-javadoc.jar | 600 KB |
Browse |
<!-- 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"]