j

java-http

An HTTP library for Java that provides a lightweight server (currently) and client (eventually) both with a goal of high-performance and simplicity
https://github.com/FusionAuth/java-http
Apache-2.0
Brian Pontarelli Daniel DeGroff
Files download
File Operation
java-http-0.3.4.jar download
java-http-0.3.4.pom download
java-http-0.3.4-sources.jar download
Apache Maven
<dependency>
  <groupId>io.fusionauth</groupId>
  <artifactId>java-http</artifactId>
  <version>0.3.4</version>
</dependency>
Gradle Groovy
implementation 'io.fusionauth:java-http:0.3.4'
Gradle Kotlin
implementation("io.fusionauth:java-http:0.3.4")
Scala SBT
libraryDependencies += "io.fusionauth" % "java-http" % "0.3.4"
Groovy Grape
@Grapes(
  @Grab(group='io.fusionauth', module='java-http', version='0.3.4')
)
Apache Ivy
<dependency org="io.fusionauth" name="java-http" rev="0.3.4" />
Leiningen
[io.fusionauth/java-http "0.3.4"]
Apache Buildr
'io.fusionauth:java-http:jar:0.3.4'