GroupId | GroupIdcom.github.restream |
---|---|
ArtifactId | ArtifactIdrx-connector |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
rx-connector-1.1.pom | |
rx-connector-1.1.jar | 99 KB |
rx-connector-1.1-sources.jar | 78 KB |
rx-connector-1.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.restream/rx-connector/
implementation 'com.github.restream:rx-connector:1.1'
// https://jarcasting.com/artifacts/com.github.restream/rx-connector/
implementation ("com.github.restream:rx-connector:1.1")
'com.github.restream:rx-connector:jar:1.1'
<dependency org="com.github.restream" name="rx-connector" rev="1.1">
<artifact name="rx-connector" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.restream', module='rx-connector', version='1.1')
)
libraryDependencies += "com.github.restream" % "rx-connector" % "1.1"
[com.github.restream/rx-connector "1.1"]