is not current version
Last Version 1.0.2

cn.montaro:relax-http 1.0.0

a simple http framework

GroupId

GroupId

cn.montaro
ArtifactId

ArtifactId

relax-http
Version

Version

1.0.0
Type

Type

jar

Download relax-http 1.0.0


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