is not current version
Last Version 1.16.2

org.dmfs:httpurlconnection-executor 0.20

An HttpRequestExecutor based on HttpURLConnection.

GroupId

GroupId

org.dmfs
ArtifactId

ArtifactId

httpurlconnection-executor
Version

Version

0.20
Type

Type

jar

Download httpurlconnection-executor 0.20


<!-- https://jarcasting.com/artifacts/org.dmfs/httpurlconnection-executor/ -->
<dependency>
    <groupId>org.dmfs</groupId>
    <artifactId>httpurlconnection-executor</artifactId>
    <version>0.20</version>
</dependency>
// https://jarcasting.com/artifacts/org.dmfs/httpurlconnection-executor/
implementation 'org.dmfs:httpurlconnection-executor:0.20'
// https://jarcasting.com/artifacts/org.dmfs/httpurlconnection-executor/
implementation ("org.dmfs:httpurlconnection-executor:0.20")
'org.dmfs:httpurlconnection-executor:jar:0.20'
<dependency org="org.dmfs" name="httpurlconnection-executor" rev="0.20">
  <artifact name="httpurlconnection-executor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dmfs', module='httpurlconnection-executor', version='0.20')
)
libraryDependencies += "org.dmfs" % "httpurlconnection-executor" % "0.20"
[org.dmfs/httpurlconnection-executor "0.20"]