relax-http

a simple http framework

License

License

GroupId

GroupId

cn.montaro
ArtifactId

ArtifactId

relax-http
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

relax-http
a simple http framework

Download relax-http

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.squareup.okhttp3 : okhttp jar 4.4.1
com.alibaba : fastjson jar 1.2.69

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0.0