GroupId | GroupIdorg.apache.skywalking |
---|---|
ArtifactId | ArtifactIdprofile-exporter |
Version | Version8.4.0 |
Type | Typepom |
Filename | Size |
---|---|
profile-exporter-8.4.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.skywalking/profile-exporter/ -->
<dependency>
<groupId>org.apache.skywalking</groupId>
<artifactId>profile-exporter</artifactId>
<version>8.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.skywalking/profile-exporter/
implementation 'org.apache.skywalking:profile-exporter:8.4.0'
// https://jarcasting.com/artifacts/org.apache.skywalking/profile-exporter/
implementation ("org.apache.skywalking:profile-exporter:8.4.0")
'org.apache.skywalking:profile-exporter:pom:8.4.0'
<dependency org="org.apache.skywalking" name="profile-exporter" rev="8.4.0">
<artifact name="profile-exporter" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.skywalking', module='profile-exporter', version='8.4.0')
)
libraryDependencies += "org.apache.skywalking" % "profile-exporter" % "8.4.0"
[org.apache.skywalking/profile-exporter "8.4.0"]