MVN

io.fusionauth : java-http

Maven & Gradle

Jul 27, 2023
193 stars

Java HTTP library (client and server) · An HTTP library for Java that provides a lightweight server (currently) and client (eventually) both with a goal of high-performance and simplicity

<dependency>
    <groupId>io.fusionauth</groupId>
    <artifactId>java-http</artifactId>
    <version>0.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.fusionauth : java-http to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.1

All Versions

Choose a version of io.fusionauth : java-http to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
java-http-0.2.1
java-http-0.2.0
0.1.x
java-http-0.1.16
java-http-0.1.15
java-http-0.1.14
java-http-0.1.13
java-http-0.1.12
java-http-0.1.11
java-http-0.1.10
java-http-0.1.9
java-http-0.1.8
java-http-0.1.7
java-http-0.1.6
java-http-0.1.4
java-http-0.1.3
java-http-0.1.0

How to add a dependency to Maven

Add the following io.fusionauth : java-http maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.fusionauth</groupId>
    <artifactId>java-http</artifactId>
    <version>0.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.fusionauth : java-http gradle dependency to your build.gradle file:

implementation 'io.fusionauth:java-http:0.2.1'

Gradle Kotlin DSL: Add the following io.fusionauth : java-http gradle kotlin dependency to your build.gradle.kts file:

implementation("io.fusionauth:java-http:0.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.fusionauth : java-http sbt scala dependency to your build.sbt file:

libraryDependencies += "io.fusionauth" % "java-http" % "0.2.1"