Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.shekhargulati.reactivex |
ArtifactId | ArtifactIdrx-okhttp |
Version | Version0.1.3 |
Type | Typejar |
Filename | Size |
---|---|
rx-okhttp-0.1.3.pom | |
rx-okhttp-0.1.3.jar | 28 KB |
rx-okhttp-0.1.3-sources.jar | 22 KB |
rx-okhttp-0.1.3-javadoc.jar | 68 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.shekhargulati.reactivex/rx-okhttp/ -->
<dependency>
<groupId>com.shekhargulati.reactivex</groupId>
<artifactId>rx-okhttp</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.shekhargulati.reactivex/rx-okhttp/
implementation 'com.shekhargulati.reactivex:rx-okhttp:0.1.3'
// https://jarcasting.com/artifacts/com.shekhargulati.reactivex/rx-okhttp/
implementation ("com.shekhargulati.reactivex:rx-okhttp:0.1.3")
'com.shekhargulati.reactivex:rx-okhttp:jar:0.1.3'
<dependency org="com.shekhargulati.reactivex" name="rx-okhttp" rev="0.1.3">
<artifact name="rx-okhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.shekhargulati.reactivex', module='rx-okhttp', version='0.1.3')
)
libraryDependencies += "com.shekhargulati.reactivex" % "rx-okhttp" % "0.1.3"
[com.shekhargulati.reactivex/rx-okhttp "0.1.3"]