| GroupId | GroupIdcom.hannesdorfmann |
|---|---|
| ArtifactId | ArtifactIdhttpkit |
| Version | Version1.4.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| httpkit-1.4.3.pom | |
| httpkit-1.4.3.jar | 118 KB |
| httpkit-1.4.3-sources.jar | 86 KB |
| httpkit-1.4.3-javadoc.jar | 610 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.hannesdorfmann/httpkit/ -->
<dependency>
<groupId>com.hannesdorfmann</groupId>
<artifactId>httpkit</artifactId>
<version>1.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.hannesdorfmann/httpkit/
implementation 'com.hannesdorfmann:httpkit:1.4.3'
// https://jarcasting.com/artifacts/com.hannesdorfmann/httpkit/
implementation ("com.hannesdorfmann:httpkit:1.4.3")
'com.hannesdorfmann:httpkit:jar:1.4.3'
<dependency org="com.hannesdorfmann" name="httpkit" rev="1.4.3">
<artifact name="httpkit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hannesdorfmann', module='httpkit', version='1.4.3')
)
libraryDependencies += "com.hannesdorfmann" % "httpkit" % "1.4.3"
[com.hannesdorfmann/httpkit "1.4.3"]