is not current version
Last Version 1.16.2

org.dmfs:httpurlconnection-executor 0.12

An HttpRequestExecutor based on HttpURLConnection.

GroupId

GroupId

org.dmfs
ArtifactId

ArtifactId

httpurlconnection-executor
Version

Version

0.12
Type

Type

jar

Download httpurlconnection-executor 0.12


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