MVN

org.dmfs : httpurlconnection-executor

Maven & Gradle

Aug 03, 2023
2 usages
10 stars

httpurlconnection-executor · An HttpRequestExecutor based on HttpURLConnection.

<dependency>
    <groupId>org.dmfs</groupId>
    <artifactId>httpurlconnection-executor</artifactId>
    <version>1.21.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.dmfs : httpurlconnection-executor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.21.3

All Versions

Choose a version of org.dmfs : httpurlconnection-executor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.21.x
httpurlconnection-executor-1.21.3
1.16.x
httpurlconnection-executor-1.16.2
0.21.x
httpurlconnection-executor-0.21.3
httpurlconnection-executor-0.21.2
httpurlconnection-executor-0.21.1
0.20
httpurlconnection-executor-0.20
0.19
httpurlconnection-executor-0.19
0.18
httpurlconnection-executor-0.18
0.17
httpurlconnection-executor-0.17
0.16.x
httpurlconnection-executor-0.16.2
httpurlconnection-executor-0.16.1
0.16
httpurlconnection-executor-0.16
0.15.x
httpurlconnection-executor-0.15.2
httpurlconnection-executor-0.15.1
0.15
httpurlconnection-executor-0.15
0.14
httpurlconnection-executor-0.14
0.13
httpurlconnection-executor-0.13
0.12.x
httpurlconnection-executor-0.12.1
0.12
httpurlconnection-executor-0.12
0.11
httpurlconnection-executor-0.11
0.10.x
httpurlconnection-executor-0.10.3
httpurlconnection-executor-0.10.2
httpurlconnection-executor-0.10.1
0.10
httpurlconnection-executor-0.10
0.9.x
httpurlconnection-executor-0.9.1
0.9
httpurlconnection-executor-0.9
0.8
httpurlconnection-executor-0.8

How to add a dependency to Maven

Add the following org.dmfs : httpurlconnection-executor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.dmfs</groupId>
    <artifactId>httpurlconnection-executor</artifactId>
    <version>1.21.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.dmfs : httpurlconnection-executor gradle dependency to your build.gradle file:

implementation 'org.dmfs:httpurlconnection-executor:1.21.3'

Gradle Kotlin DSL: Add the following org.dmfs : httpurlconnection-executor gradle kotlin dependency to your build.gradle.kts file:

implementation("org.dmfs:httpurlconnection-executor:1.21.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.dmfs : httpurlconnection-executor sbt scala dependency to your build.sbt file:

libraryDependencies += "org.dmfs" % "httpurlconnection-executor" % "1.21.3"

Advertisement