is not current version
Last Version 1.0.9

cn.xnatural.http:http 1.0.5

轻量级http 服务, 基于jdk aio

GroupId

GroupId

cn.xnatural.http
ArtifactId

ArtifactId

http
Version

Version

1.0.5
Type

Type

jar

Download http 1.0.5


<!-- https://jarcasting.com/artifacts/cn.xnatural.http/http/ -->
<dependency>
    <groupId>cn.xnatural.http</groupId>
    <artifactId>http</artifactId>
    <version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/cn.xnatural.http/http/
implementation 'cn.xnatural.http:http:1.0.5'
// https://jarcasting.com/artifacts/cn.xnatural.http/http/
implementation ("cn.xnatural.http:http:1.0.5")
'cn.xnatural.http:http:jar:1.0.5'
<dependency org="cn.xnatural.http" name="http" rev="1.0.5">
  <artifact name="http" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.xnatural.http', module='http', version='1.0.5')
)
libraryDependencies += "cn.xnatural.http" % "http" % "1.0.5"
[cn.xnatural.http/http "1.0.5"]