MVN

org.asynchttpclient : async-http-client-extras-typesafe-config

Maven & Gradle

Mar 27, 2021
1 usages

Asynchronous Http Client Typesafe Config Extras · The Async Http Client Typesafe Config Extras.

<dependency>
    <groupId>org.asynchttpclient</groupId>
    <artifactId>async-http-client-extras-typesafe-config</artifactId>
    <version>2.12.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.asynchttpclient : async-http-client-extras-typesafe-config to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.12.3

All Versions

Choose a version of org.asynchttpclient : async-http-client-extras-typesafe-config to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.12.x
async-http-client-extras-typesafe-config-2.12.3
async-http-client-extras-typesafe-config-2.12.2
async-http-client-extras-typesafe-config-2.12.1
async-http-client-extras-typesafe-config-2.12.0
2.11.x
async-http-client-extras-typesafe-config-2.11.0
2.10.x
async-http-client-extras-typesafe-config-2.10.5
async-http-client-extras-typesafe-config-2.10.4
async-http-client-extras-typesafe-config-2.10.3
async-http-client-extras-typesafe-config-2.10.2
async-http-client-extras-typesafe-config-2.10.1
async-http-client-extras-typesafe-config-2.10.0
2.9.x
async-http-client-extras-typesafe-config-2.9.0
2.8.x
async-http-client-extras-typesafe-config-2.8.1
async-http-client-extras-typesafe-config-2.8.0
2.7.x
async-http-client-extras-typesafe-config-2.7.0
2.6.x
async-http-client-extras-typesafe-config-2.6.0
2.5.x
async-http-client-extras-typesafe-config-2.5.4
async-http-client-extras-typesafe-config-2.5.3
async-http-client-extras-typesafe-config-2.5.2
async-http-client-extras-typesafe-config-2.5.1
async-http-client-extras-typesafe-config-2.5.0
2.4.x
async-http-client-extras-typesafe-config-2.4.9
async-http-client-extras-typesafe-config-2.4.8
async-http-client-extras-typesafe-config-2.4.7
async-http-client-extras-typesafe-config-2.4.6
async-http-client-extras-typesafe-config-2.4.5
async-http-client-extras-typesafe-config-2.4.4
async-http-client-extras-typesafe-config-2.4.3
async-http-client-extras-typesafe-config-2.4.2
async-http-client-extras-typesafe-config-2.4.1
async-http-client-extras-typesafe-config-2.4.0
2.3.x
async-http-client-extras-typesafe-config-2.3.0
2.2.x
async-http-client-extras-typesafe-config-2.2.1
async-http-client-extras-typesafe-config-2.2.0

How to add a dependency to Maven

Add the following org.asynchttpclient : async-http-client-extras-typesafe-config maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.asynchttpclient</groupId>
    <artifactId>async-http-client-extras-typesafe-config</artifactId>
    <version>2.12.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.asynchttpclient : async-http-client-extras-typesafe-config gradle dependency to your build.gradle file:

implementation 'org.asynchttpclient:async-http-client-extras-typesafe-config:2.12.3'

Gradle Kotlin DSL: Add the following org.asynchttpclient : async-http-client-extras-typesafe-config gradle kotlin dependency to your build.gradle.kts file:

implementation("org.asynchttpclient:async-http-client-extras-typesafe-config:2.12.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.asynchttpclient : async-http-client-extras-typesafe-config sbt scala dependency to your build.sbt file:

libraryDependencies += "org.asynchttpclient" % "async-http-client-extras-typesafe-config" % "2.12.3"