| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.king.king-http-client |
| ArtifactId | ArtifactIdking-http-client |
| Last Version | Last Version3.0.24 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionKing Http Client
A asyncronous http client built ontop of netty.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| king-http-client-3.0.24.pom | |
| king-http-client-3.0.24.jar | 216 KB |
| king-http-client-3.0.24-sources.jar | 116 KB |
| king-http-client-3.0.24-javadoc.jar | 475 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.king.king-http-client/king-http-client/ -->
<dependency>
<groupId>com.king.king-http-client</groupId>
<artifactId>king-http-client</artifactId>
<version>3.0.24</version>
</dependency>
// https://jarcasting.com/artifacts/com.king.king-http-client/king-http-client/
implementation 'com.king.king-http-client:king-http-client:3.0.24'
// https://jarcasting.com/artifacts/com.king.king-http-client/king-http-client/
implementation ("com.king.king-http-client:king-http-client:3.0.24")
'com.king.king-http-client:king-http-client:jar:3.0.24'
<dependency org="com.king.king-http-client" name="king-http-client" rev="3.0.24">
<artifact name="king-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.king.king-http-client', module='king-http-client', version='3.0.24')
)
libraryDependencies += "com.king.king-http-client" % "king-http-client" % "3.0.24"
[com.king.king-http-client/king-http-client "3.0.24"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.netty : netty-all | jar | 4.1.49.Final |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.6.2 |
| org.mockito : mockito-junit-jupiter | jar | 3.3.3 |
| org.assertj : assertj-core | jar | 3.13.2 |
| ch.qos.logback : logback-classic | jar | 1.3.0-alpha5 |