| License |
License |
|---|---|
| GroupId | GroupIdcn.montaro |
| ArtifactId | ArtifactIdrelax-http |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionrelax-http
a simple http framework
|
| Filename | Size |
|---|---|
| relax-http-1.0.2.pom | |
| relax-http-1.0.2.jar | 24 KB |
| relax-http-1.0.2-sources.jar | 14 KB |
| relax-http-1.0.2-javadoc.jar | 170 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.squareup.okhttp3 : okhttp | jar | 4.4.1 |
| com.alibaba : fastjson | jar | 1.2.69 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |