GroupId | GroupIdcn.montaro |
---|---|
ArtifactId | ArtifactIdrelax-http |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
relax-http-1.0.0.pom | |
relax-http-1.0.0.jar | 24 KB |
relax-http-1.0.0-sources.jar | 14 KB |
relax-http-1.0.0-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.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"]