GroupId | GroupIdcom.lingdonge |
---|---|
ArtifactId | ArtifactIdcommon-http |
Version | Version3.0.3 |
Type | Typejar |
Filename | Size |
---|---|
common-http-3.0.3.pom | |
common-http-3.0.3.jar | 402 KB |
common-http-3.0.3-sources.jar | 221 KB |
common-http-3.0.3-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lingdonge/common-http/ -->
<dependency>
<groupId>com.lingdonge</groupId>
<artifactId>common-http</artifactId>
<version>3.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.lingdonge/common-http/
implementation 'com.lingdonge:common-http:3.0.3'
// https://jarcasting.com/artifacts/com.lingdonge/common-http/
implementation ("com.lingdonge:common-http:3.0.3")
'com.lingdonge:common-http:jar:3.0.3'
<dependency org="com.lingdonge" name="common-http" rev="3.0.3">
<artifact name="common-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lingdonge', module='common-http', version='3.0.3')
)
libraryDependencies += "com.lingdonge" % "common-http" % "3.0.3"
[com.lingdonge/common-http "3.0.3"]