GroupId | GroupIdcom.jd.blockchain |
---|---|
ArtifactId | ArtifactIdutils-http |
Version | Version0.8.2.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
utils-http-0.8.2.RELEASE.pom | |
utils-http-0.8.2.RELEASE.jar | 85 KB |
utils-http-0.8.2.RELEASE-sources.jar | 52 KB |
utils-http-0.8.2.RELEASE-javadoc.jar | 289 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jd.blockchain/utils-http/ -->
<dependency>
<groupId>com.jd.blockchain</groupId>
<artifactId>utils-http</artifactId>
<version>0.8.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.jd.blockchain/utils-http/
implementation 'com.jd.blockchain:utils-http:0.8.2.RELEASE'
// https://jarcasting.com/artifacts/com.jd.blockchain/utils-http/
implementation ("com.jd.blockchain:utils-http:0.8.2.RELEASE")
'com.jd.blockchain:utils-http:jar:0.8.2.RELEASE'
<dependency org="com.jd.blockchain" name="utils-http" rev="0.8.2.RELEASE">
<artifact name="utils-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jd.blockchain', module='utils-http', version='0.8.2.RELEASE')
)
libraryDependencies += "com.jd.blockchain" % "utils-http" % "0.8.2.RELEASE"
[com.jd.blockchain/utils-http "0.8.2.RELEASE"]