is not current version
Last Version 7.4.4

de.samply:common-http 7.0.0

LIB to easily use both apache and jersey http connectors

GroupId

GroupId

de.samply
ArtifactId

ArtifactId

common-http
Version

Version

7.0.0
Type

Type

jar

Download common-http 7.0.0


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