GroupId | GroupIdorg.apache.skywalking |
---|---|
ArtifactId | ArtifactIdapm-resttemplate-4.3.x-plugin |
Version | Version6.5.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>6.5.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:6.5.0'
// https://jarcasting.com/artifacts/org.apache.skywalking/apm-resttemplate-4.3.x-plugin/
implementation ("org.apache.skywalking:apm-resttemplate-4.3.x-plugin:6.5.0")
'org.apache.skywalking:apm-resttemplate-4.3.x-plugin:jar:6.5.0'
<dependency org="org.apache.skywalking" name="apm-resttemplate-4.3.x-plugin" rev="6.5.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='6.5.0')
)
libraryDependencies += "org.apache.skywalking" % "apm-resttemplate-4.3.x-plugin" % "6.5.0"
[org.apache.skywalking/apm-resttemplate-4.3.x-plugin "6.5.0"]