MVN

org.apache.skywalking : tool-profile-snapshot-exporter

Maven & Gradle

Jun 16, 2023
1 usages
22.1k stars
<dependency>
    <groupId>org.apache.skywalking</groupId>
    <artifactId>tool-profile-snapshot-exporter</artifactId>
    <version>9.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.skywalking : tool-profile-snapshot-exporter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9.5.0

All Versions

Choose a version of org.apache.skywalking : tool-profile-snapshot-exporter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.5.x
tool-profile-snapshot-exporter-9.5.0
9.4.x
tool-profile-snapshot-exporter-9.4.0
9.3.x
tool-profile-snapshot-exporter-9.3.0
9.2.x
tool-profile-snapshot-exporter-9.2.0
9.1.x
tool-profile-snapshot-exporter-9.1.0
9.0.x
tool-profile-snapshot-exporter-9.0.0
8.9.x
tool-profile-snapshot-exporter-8.9.1
tool-profile-snapshot-exporter-8.9.0
8.8.x
tool-profile-snapshot-exporter-8.8.1
tool-profile-snapshot-exporter-8.8.0
8.7.x
tool-profile-snapshot-exporter-8.7.0
8.6.x
tool-profile-snapshot-exporter-8.6.0
8.5.x
tool-profile-snapshot-exporter-8.5.0
8.4.x
tool-profile-snapshot-exporter-8.4.0
8.3.x
tool-profile-snapshot-exporter-8.3.0
8.2.x
tool-profile-snapshot-exporter-8.2.0
8.1.x
tool-profile-snapshot-exporter-8.1.0
8.0.x
tool-profile-snapshot-exporter-8.0.1
tool-profile-snapshot-exporter-8.0.0
7.0.x
tool-profile-snapshot-exporter-7.0.0

How to add a dependency to Maven

Add the following org.apache.skywalking : tool-profile-snapshot-exporter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.skywalking</groupId>
    <artifactId>tool-profile-snapshot-exporter</artifactId>
    <version>9.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.skywalking : tool-profile-snapshot-exporter gradle dependency to your build.gradle file:

implementation 'org.apache.skywalking:tool-profile-snapshot-exporter:9.5.0'

Gradle Kotlin DSL: Add the following org.apache.skywalking : tool-profile-snapshot-exporter gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.skywalking:tool-profile-snapshot-exporter:9.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.skywalking : tool-profile-snapshot-exporter sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.skywalking" % "tool-profile-snapshot-exporter" % "9.5.0"

Advertisement