json-client

Http client for sending/receiving json data.

License

License

MIT
Categories

Categories

CLI User Interface JSON Data
GroupId

GroupId

io.github.limengning
ArtifactId

ArtifactId

json-client
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

json-client
Http client for sending/receiving json data.

Download json-client

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.limengning/json-client/ -->
<dependency>
    <groupId>io.github.limengning</groupId>
    <artifactId>json-client</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.limengning/json-client/
implementation 'io.github.limengning:json-client:1.0.0'
// https://jarcasting.com/artifacts/io.github.limengning/json-client/
implementation ("io.github.limengning:json-client:1.0.0")
'io.github.limengning:json-client:jar:1.0.0'
<dependency org="io.github.limengning" name="json-client" rev="1.0.0">
  <artifact name="json-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.limengning', module='json-client', version='1.0.0')
)
libraryDependencies += "io.github.limengning" % "json-client" % "1.0.0"
[io.github.limengning/json-client "1.0.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.httpcomponents.client5 : httpclient5-fluent jar 5.0.3
com.alibaba : fastjson jar 1.2.76

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar

Project Modules

There are no modules declared in this project.

JSON Client

概述

JSON Client 用于 http 异步发送/接收 json 数据。 采用 org.apache 的 HttpAsyncClient 发送 HTTP 请求。 采用 fastjson 序列化/反序列化 json 字符串。

使用方法

教程

API 文档

API 文档

贡献代码

欢迎各位Java大牛为小项目贡献issue和代码

License

MIT License

Versions

Version
1.0.0