Categories |
CategoriesRxJava Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdcom.github.davidmoten |
ArtifactId | ArtifactIdrxjava2-http |
Version | Version0.1.17 |
Type | Typejar |
Filename | Size |
---|---|
rxjava2-http-0.1.17.pom | |
rxjava2-http-0.1.17.jar | 46 KB |
rxjava2-http-0.1.17-sources.jar | 18 KB |
rxjava2-http-0.1.17-javadoc.jar | 136 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.davidmoten/rxjava2-http/ -->
<dependency>
<groupId>com.github.davidmoten</groupId>
<artifactId>rxjava2-http</artifactId>
<version>0.1.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidmoten/rxjava2-http/
implementation 'com.github.davidmoten:rxjava2-http:0.1.17'
// https://jarcasting.com/artifacts/com.github.davidmoten/rxjava2-http/
implementation ("com.github.davidmoten:rxjava2-http:0.1.17")
'com.github.davidmoten:rxjava2-http:jar:0.1.17'
<dependency org="com.github.davidmoten" name="rxjava2-http" rev="0.1.17">
<artifact name="rxjava2-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.davidmoten', module='rxjava2-http', version='0.1.17')
)
libraryDependencies += "com.github.davidmoten" % "rxjava2-http" % "0.1.17"
[com.github.davidmoten/rxjava2-http "0.1.17"]