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