GroupId | GroupIdorg.apache.skywalking |
---|---|
ArtifactId | ArtifactIdprofile-exporter |
Version | Version8.0.1 |
Type | Typepom |
Filename | Size |
---|---|
profile-exporter-8.0.1.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.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.skywalking/profile-exporter/
implementation 'org.apache.skywalking:profile-exporter:8.0.1'
// https://jarcasting.com/artifacts/org.apache.skywalking/profile-exporter/
implementation ("org.apache.skywalking:profile-exporter:8.0.1")
'org.apache.skywalking:profile-exporter:pom:8.0.1'
<dependency org="org.apache.skywalking" name="profile-exporter" rev="8.0.1">
<artifact name="profile-exporter" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.skywalking', module='profile-exporter', version='8.0.1')
)
libraryDependencies += "org.apache.skywalking" % "profile-exporter" % "8.0.1"
[org.apache.skywalking/profile-exporter "8.0.1"]