| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdorg.apache.skywalking |
| ArtifactId | ArtifactIdapm-httpclient-commons |
| Version | Version8.3.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| apm-httpclient-commons-8.3.0.pom | |
| apm-httpclient-commons-8.3.0.jar | 9 KB |
| apm-httpclient-commons-8.3.0-sources.jar | 22 bytes |
| apm-httpclient-commons-8.3.0-javadoc.jar | 40 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.skywalking/apm-httpclient-commons/ -->
<dependency>
<groupId>org.apache.skywalking</groupId>
<artifactId>apm-httpclient-commons</artifactId>
<version>8.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.skywalking/apm-httpclient-commons/
implementation 'org.apache.skywalking:apm-httpclient-commons:8.3.0'
// https://jarcasting.com/artifacts/org.apache.skywalking/apm-httpclient-commons/
implementation ("org.apache.skywalking:apm-httpclient-commons:8.3.0")
'org.apache.skywalking:apm-httpclient-commons:jar:8.3.0'
<dependency org="org.apache.skywalking" name="apm-httpclient-commons" rev="8.3.0">
<artifact name="apm-httpclient-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.skywalking', module='apm-httpclient-commons', version='8.3.0')
)
libraryDependencies += "org.apache.skywalking" % "apm-httpclient-commons" % "8.3.0"
[org.apache.skywalking/apm-httpclient-commons "8.3.0"]