License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdio.rxmicro |
ArtifactId | ArtifactIdrxmicro-http-client |
Version | Version0.7.4 |
Type | Typejar |
Description |
DescriptionThe module that provides a low-level reactive HTTP client.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
rxmicro-http-client-0.7.4.pom | |
rxmicro-http-client-0.7.4.jar | 8 KB |
rxmicro-http-client-0.7.4-sources.jar | 11 KB |
rxmicro-http-client-0.7.4-javadoc.jar | 423 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.rxmicro/rxmicro-http-client/ -->
<dependency>
<groupId>io.rxmicro</groupId>
<artifactId>rxmicro-http-client</artifactId>
<version>0.7.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.rxmicro/rxmicro-http-client/
implementation 'io.rxmicro:rxmicro-http-client:0.7.4'
// https://jarcasting.com/artifacts/io.rxmicro/rxmicro-http-client/
implementation ("io.rxmicro:rxmicro-http-client:0.7.4")
'io.rxmicro:rxmicro-http-client:jar:0.7.4'
<dependency org="io.rxmicro" name="rxmicro-http-client" rev="0.7.4">
<artifact name="rxmicro-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rxmicro', module='rxmicro-http-client', version='0.7.4')
)
libraryDependencies += "io.rxmicro" % "rxmicro-http-client" % "0.7.4"
[io.rxmicro/rxmicro-http-client "0.7.4"]
Group / Artifact | Type | Version |
---|---|---|
io.rxmicro : rxmicro-common | jar | 0.7.4 |
io.rxmicro : rxmicro-http | jar | 0.7.4 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |
org.junit.jupiter : junit-jupiter-params | jar | 5.7.0 |
org.mockito : mockito-junit-jupiter | jar | 3.6.28 |