Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.alipay.sofa |
ArtifactId | ArtifactIdtracer-sample-with-httpclient |
Version | Version2.3.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.alipay.sofa/tracer-sample-with-httpclient/ -->
<dependency>
<groupId>com.alipay.sofa</groupId>
<artifactId>tracer-sample-with-httpclient</artifactId>
<version>2.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.alipay.sofa/tracer-sample-with-httpclient/
implementation 'com.alipay.sofa:tracer-sample-with-httpclient:2.3.4'
// https://jarcasting.com/artifacts/com.alipay.sofa/tracer-sample-with-httpclient/
implementation ("com.alipay.sofa:tracer-sample-with-httpclient:2.3.4")
'com.alipay.sofa:tracer-sample-with-httpclient:jar:2.3.4'
<dependency org="com.alipay.sofa" name="tracer-sample-with-httpclient" rev="2.3.4">
<artifact name="tracer-sample-with-httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alipay.sofa', module='tracer-sample-with-httpclient', version='2.3.4')
)
libraryDependencies += "com.alipay.sofa" % "tracer-sample-with-httpclient" % "2.3.4"
[com.alipay.sofa/tracer-sample-with-httpclient "2.3.4"]