is not current version
Last Version 1.0.2

cn.montaro:relax-http 1.0.1

a simple http framework

GroupId

GroupId

cn.montaro
ArtifactId

ArtifactId

relax-http
Version

Version

1.0.1
Type

Type

jar

Download relax-http 1.0.1


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