License |
License
MIT
|
---|---|
Categories |
CategoriesReact User Interface Web Frameworks |
GroupId | GroupIdcom.shekhargulati.reactivex |
ArtifactId | ArtifactIdrx-tweet-stream |
Version | Version0.1.0 |
Type | Typejar |
Description |
DescriptionRx-Tweet-Stream
A RxJava Observable wrapper around Twitter Streaming API
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rx-tweet-stream-0.1.0.pom | |
rx-tweet-stream-0.1.0.jar | 3 KB |
rx-tweet-stream-0.1.0-sources.jar | 2 KB |
rx-tweet-stream-0.1.0-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.shekhargulati.reactivex/rx-tweet-stream/ -->
<dependency>
<groupId>com.shekhargulati.reactivex</groupId>
<artifactId>rx-tweet-stream</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.shekhargulati.reactivex/rx-tweet-stream/
implementation 'com.shekhargulati.reactivex:rx-tweet-stream:0.1.0'
// https://jarcasting.com/artifacts/com.shekhargulati.reactivex/rx-tweet-stream/
implementation ("com.shekhargulati.reactivex:rx-tweet-stream:0.1.0")
'com.shekhargulati.reactivex:rx-tweet-stream:jar:0.1.0'
<dependency org="com.shekhargulati.reactivex" name="rx-tweet-stream" rev="0.1.0">
<artifact name="rx-tweet-stream" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.shekhargulati.reactivex', module='rx-tweet-stream', version='0.1.0')
)
libraryDependencies += "com.shekhargulati.reactivex" % "rx-tweet-stream" % "0.1.0"
[com.shekhargulati.reactivex/rx-tweet-stream "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.twitter4j : twitter4j-stream | jar | 4.0.4 |
org.slf4j : slf4j-api | jar | 1.7.18 |
io.reactivex : rxjava | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.slf4j : slf4j-simple | jar | 1.7.18 |