Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.apache.servicecomb |
ArtifactId | ArtifactIdhttp-client-common |
Version | Version2.1.2 |
Type | Typejar |
Filename | Size |
---|---|
http-client-common-2.1.2.pom | |
http-client-common-2.1.2.jar | 31 KB |
http-client-common-2.1.2-sources.jar | 23 KB |
http-client-common-2.1.2-javadoc.jar | 124 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicecomb/http-client-common/ -->
<dependency>
<groupId>org.apache.servicecomb</groupId>
<artifactId>http-client-common</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicecomb/http-client-common/
implementation 'org.apache.servicecomb:http-client-common:2.1.2'
// https://jarcasting.com/artifacts/org.apache.servicecomb/http-client-common/
implementation ("org.apache.servicecomb:http-client-common:2.1.2")
'org.apache.servicecomb:http-client-common:jar:2.1.2'
<dependency org="org.apache.servicecomb" name="http-client-common" rev="2.1.2">
<artifact name="http-client-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicecomb', module='http-client-common', version='2.1.2')
)
libraryDependencies += "org.apache.servicecomb" % "http-client-common" % "2.1.2"
[org.apache.servicecomb/http-client-common "2.1.2"]