MVN

fr.alexpado : simple-http-client

Maven & Gradle

Jan 27, 2023
2 stars

simple-http-client · Simple wrapper for the Java 8 HTTP API (Depends on JDK11+).

<dependency>
    <groupId>fr.alexpado</groupId>
    <artifactId>simple-http-client</artifactId>
    <version>1.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.alexpado : simple-http-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.2
  • Latest Release Candidate: 1.1.0-rc.1

All Versions

Choose a version of fr.alexpado : simple-http-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
simple-http-client-1.1.2
simple-http-client-1.1.1
simple-http-client-1.1.0
simple-http-client-1.1.0-rc.1
1.0.x
simple-http-client-1.0.2
unspecified
simple-http-client-unspecified

How to add a dependency to Maven

Add the following fr.alexpado : simple-http-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fr.alexpado</groupId>
    <artifactId>simple-http-client</artifactId>
    <version>1.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.alexpado : simple-http-client gradle dependency to your build.gradle file:

implementation 'fr.alexpado:simple-http-client:1.1.2'

Gradle Kotlin DSL: Add the following fr.alexpado : simple-http-client gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.alexpado:simple-http-client:1.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.alexpado : simple-http-client sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.alexpado" % "simple-http-client" % "1.1.2"

Advertisement