GroupId | GroupIdorg.apache.skywalking |
---|---|
ArtifactId | ArtifactIdtool-profile-snapshot-exporter-es7 |
Version | Version7.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.skywalking/tool-profile-snapshot-exporter-es7/ -->
<dependency>
<groupId>org.apache.skywalking</groupId>
<artifactId>tool-profile-snapshot-exporter-es7</artifactId>
<version>7.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.skywalking/tool-profile-snapshot-exporter-es7/
implementation 'org.apache.skywalking:tool-profile-snapshot-exporter-es7:7.0.0'
// https://jarcasting.com/artifacts/org.apache.skywalking/tool-profile-snapshot-exporter-es7/
implementation ("org.apache.skywalking:tool-profile-snapshot-exporter-es7:7.0.0")
'org.apache.skywalking:tool-profile-snapshot-exporter-es7:jar:7.0.0'
<dependency org="org.apache.skywalking" name="tool-profile-snapshot-exporter-es7" rev="7.0.0">
<artifact name="tool-profile-snapshot-exporter-es7" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.skywalking', module='tool-profile-snapshot-exporter-es7', version='7.0.0')
)
libraryDependencies += "org.apache.skywalking" % "tool-profile-snapshot-exporter-es7" % "7.0.0"
[org.apache.skywalking/tool-profile-snapshot-exporter-es7 "7.0.0"]