GroupId | GroupIdcom.github.restream |
---|---|
ArtifactId | ArtifactIdrx-connector |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
rx-connector-1.2.pom | |
rx-connector-1.2.jar | 110 KB |
rx-connector-1.2-sources.jar | 79 KB |
rx-connector-1.2-javadoc.jar | 417 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.restream/rx-connector/ -->
<dependency>
<groupId>com.github.restream</groupId>
<artifactId>rx-connector</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.restream/rx-connector/
implementation 'com.github.restream:rx-connector:1.2'
// https://jarcasting.com/artifacts/com.github.restream/rx-connector/
implementation ("com.github.restream:rx-connector:1.2")
'com.github.restream:rx-connector:jar:1.2'
<dependency org="com.github.restream" name="rx-connector" rev="1.2">
<artifact name="rx-connector" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.restream', module='rx-connector', version='1.2')
)
libraryDependencies += "com.github.restream" % "rx-connector" % "1.2"
[com.github.restream/rx-connector "1.2"]