| License |
License |
|---|---|
| Categories |
CategoriesNet CLI User Interface |
| GroupId | GroupIdcom.networknt |
| ArtifactId | ArtifactIdhttp-client |
| Last Version | Last Version2.0.32 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAn wrapper of jdk11 httpclient to invoke other services with header propagation for microservices
|
| Filename | Size |
|---|---|
| http-client-2.0.32.pom | |
| http-client-2.0.32.jar | 6 KB |
| http-client-2.0.32-sources.jar | 4 KB |
| http-client-2.0.32-javadoc.jar | 390 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.networknt/http-client/ -->
<dependency>
<groupId>com.networknt</groupId>
<artifactId>http-client</artifactId>
<version>2.0.32</version>
</dependency>
// https://jarcasting.com/artifacts/com.networknt/http-client/
implementation 'com.networknt:http-client:2.0.32'
// https://jarcasting.com/artifacts/com.networknt/http-client/
implementation ("com.networknt:http-client:2.0.32")
'com.networknt:http-client:jar:2.0.32'
<dependency org="com.networknt" name="http-client" rev="2.0.32">
<artifact name="http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.networknt', module='http-client', version='2.0.32')
)
libraryDependencies += "com.networknt" % "http-client" % "2.0.32"
[com.networknt/http-client "2.0.32"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.networknt : env-config | jar | 2.0.32 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.12.1 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| org.owasp.encoder : encoder | jar | 1.2.3 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |