is not current version
Last Version 1.5.6

com.hannesdorfmann:httpkit-parent 1.4.1-RC2

library for making http calls

GroupId

GroupId

com.hannesdorfmann
ArtifactId

ArtifactId

httpkit-parent
Version

Version

1.4.1-RC2
Type

Type

pom

Download httpkit-parent 1.4.1-RC2


<!-- https://jarcasting.com/artifacts/com.hannesdorfmann/httpkit-parent/ -->
<dependency>
    <groupId>com.hannesdorfmann</groupId>
    <artifactId>httpkit-parent</artifactId>
    <version>1.4.1-RC2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.hannesdorfmann/httpkit-parent/
implementation 'com.hannesdorfmann:httpkit-parent:1.4.1-RC2'
// https://jarcasting.com/artifacts/com.hannesdorfmann/httpkit-parent/
implementation ("com.hannesdorfmann:httpkit-parent:1.4.1-RC2")
'com.hannesdorfmann:httpkit-parent:pom:1.4.1-RC2'
<dependency org="com.hannesdorfmann" name="httpkit-parent" rev="1.4.1-RC2">
  <artifact name="httpkit-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.hannesdorfmann', module='httpkit-parent', version='1.4.1-RC2')
)
libraryDependencies += "com.hannesdorfmann" % "httpkit-parent" % "1.4.1-RC2"
[com.hannesdorfmann/httpkit-parent "1.4.1-RC2"]