GroupId | GroupIdcom.gitee.rslai.commons |
---|---|
ArtifactId | ArtifactIdhttp |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
http-0.2.pom | |
http-0.2.jar | 23 KB |
http-0.2-sources.jar | 19 KB |
http-0.2-javadoc.jar | 129 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.rslai.commons/http/ -->
<dependency>
<groupId>com.gitee.rslai.commons</groupId>
<artifactId>http</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.rslai.commons/http/
implementation 'com.gitee.rslai.commons:http:0.2'
// https://jarcasting.com/artifacts/com.gitee.rslai.commons/http/
implementation ("com.gitee.rslai.commons:http:0.2")
'com.gitee.rslai.commons:http:jar:0.2'
<dependency org="com.gitee.rslai.commons" name="http" rev="0.2">
<artifact name="http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.rslai.commons', module='http', version='0.2')
)
libraryDependencies += "com.gitee.rslai.commons" % "http" % "0.2"
[com.gitee.rslai.commons/http "0.2"]