h

http-client

Natively Cloud Native
http://micronaut.io
The Apache Software License, Version 2.0
Graeme Rocher
Files download
File Operation
http-client-1.0.0.M4.jar download
http-client-1.0.0.M4.pom download
http-client-1.0.0.M4-sources.jar download
Apache Maven
<dependency>
  <groupId>io.micronaut</groupId>
  <artifactId>http-client</artifactId>
  <version>1.0.0.M4</version>
</dependency>
Gradle Groovy
implementation 'io.micronaut:http-client:1.0.0.M4'
Gradle Kotlin
implementation("io.micronaut:http-client:1.0.0.M4")
Scala SBT
libraryDependencies += "io.micronaut" % "http-client" % "1.0.0.M4"
Groovy Grape
@Grapes(
  @Grab(group='io.micronaut', module='http-client', version='1.0.0.M4')
)
Apache Ivy
<dependency org="io.micronaut" name="http-client" rev="1.0.0.M4" />
Leiningen
[io.micronaut/http-client "1.0.0.M4"]
Apache Buildr
'io.micronaut:http-client:jar:1.0.0.M4'