GroupId | GroupIdcom.hupubao |
---|---|
ArtifactId | ArtifactIdhupubao-common-http |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
hupubao-common-http-0.0.1.pom | |
hupubao-common-http-0.0.1.jar | 16 KB |
hupubao-common-http-0.0.1-sources.jar | 7 KB |
hupubao-common-http-0.0.1-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hupubao/hupubao-common-http/ -->
<dependency>
<groupId>com.hupubao</groupId>
<artifactId>hupubao-common-http</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.hupubao/hupubao-common-http/
implementation 'com.hupubao:hupubao-common-http:0.0.1'
// https://jarcasting.com/artifacts/com.hupubao/hupubao-common-http/
implementation ("com.hupubao:hupubao-common-http:0.0.1")
'com.hupubao:hupubao-common-http:jar:0.0.1'
<dependency org="com.hupubao" name="hupubao-common-http" rev="0.0.1">
<artifact name="hupubao-common-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hupubao', module='hupubao-common-http', version='0.0.1')
)
libraryDependencies += "com.hupubao" % "hupubao-common-http" % "0.0.1"
[com.hupubao/hupubao-common-http "0.0.1"]