GroupId | GroupIdorg.apache.skywalking |
---|---|
ArtifactId | ArtifactIdapm-resttemplate-4.3.x-plugin |
Version | Version8.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.skywalking/apm-resttemplate-4.3.x-plugin/ -->
<dependency>
<groupId>org.apache.skywalking</groupId>
<artifactId>apm-resttemplate-4.3.x-plugin</artifactId>
<version>8.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.skywalking/apm-resttemplate-4.3.x-plugin/
implementation 'org.apache.skywalking:apm-resttemplate-4.3.x-plugin:8.1.0'
// https://jarcasting.com/artifacts/org.apache.skywalking/apm-resttemplate-4.3.x-plugin/
implementation ("org.apache.skywalking:apm-resttemplate-4.3.x-plugin:8.1.0")
'org.apache.skywalking:apm-resttemplate-4.3.x-plugin:jar:8.1.0'
<dependency org="org.apache.skywalking" name="apm-resttemplate-4.3.x-plugin" rev="8.1.0">
<artifact name="apm-resttemplate-4.3.x-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.skywalking', module='apm-resttemplate-4.3.x-plugin', version='8.1.0')
)
libraryDependencies += "org.apache.skywalking" % "apm-resttemplate-4.3.x-plugin" % "8.1.0"
[org.apache.skywalking/apm-resttemplate-4.3.x-plugin "8.1.0"]