Micronaut

Natively Cloud Native

License

License

Categories

Categories

Micronaut Container Microservices CLI User Interface
GroupId

GroupId

io.micronaut
ArtifactId

ArtifactId

http-client
Last Version

Last Version

1.0.0.RC2
Release Date

Release Date

Type

Type

jar
Description

Description

Micronaut
Natively Cloud Native
Project URL

Project URL

http://micronaut.io

Download http-client

How to add to project

<!-- https://jarcasting.com/artifacts/io.micronaut/http-client/ -->
<dependency>
    <groupId>io.micronaut</groupId>
    <artifactId>http-client</artifactId>
    <version>1.0.0.RC2</version>
</dependency>
// https://jarcasting.com/artifacts/io.micronaut/http-client/
implementation 'io.micronaut:http-client:1.0.0.RC2'
// https://jarcasting.com/artifacts/io.micronaut/http-client/
implementation ("io.micronaut:http-client:1.0.0.RC2")
'io.micronaut:http-client:jar:1.0.0.RC2'
<dependency org="io.micronaut" name="http-client" rev="1.0.0.RC2">
  <artifact name="http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.micronaut', module='http-client', version='1.0.0.RC2')
)
libraryDependencies += "io.micronaut" % "http-client" % "1.0.0.RC2"
[io.micronaut/http-client "1.0.0.RC2"]

Dependencies

compile (6)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.25
io.reactivex.rxjava2 : rxjava jar 2.2.2
io.micronaut : http-netty jar 1.0.0.RC2
io.micronaut : runtime jar 1.0.0.RC2
io.netty : netty-handler-proxy jar 4.1.29.Final
io.micronaut : websocket jar 1.0.0.RC2

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0.RC2
1.0.0.M4