MVN

io.pyroscope : async-profiler-context

Maven & Gradle

May 22, 2023
69 stars

Pyroscope Java agent · async-profiler fork with contextID functionality and bundled shared libs

<dependency>
    <groupId>io.pyroscope</groupId>
    <artifactId>async-profiler-context</artifactId>
    <version>0.11.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.pyroscope : async-profiler-context to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.11.5

All Versions

Choose a version of io.pyroscope : async-profiler-context to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.11.x
async-profiler-context-0.11.5
async-profiler-context-0.11.4
async-profiler-context-0.11.3
async-profiler-context-0.11.2
async-profiler-context-0.11.1
async-profiler-context-0.11.0
0.10.x
async-profiler-context-0.10.3
async-profiler-context-0.10.2
async-profiler-context-0.10.1
async-profiler-context-0.10.0
0.9.x
async-profiler-context-0.9.1
async-profiler-context-0.9.0

How to add a dependency to Maven

Add the following io.pyroscope : async-profiler-context maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.pyroscope</groupId>
    <artifactId>async-profiler-context</artifactId>
    <version>0.11.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.pyroscope : async-profiler-context gradle dependency to your build.gradle file:

implementation 'io.pyroscope:async-profiler-context:0.11.5'

Gradle Kotlin DSL: Add the following io.pyroscope : async-profiler-context gradle kotlin dependency to your build.gradle.kts file:

implementation("io.pyroscope:async-profiler-context:0.11.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.pyroscope : async-profiler-context sbt scala dependency to your build.sbt file:

libraryDependencies += "io.pyroscope" % "async-profiler-context" % "0.11.5"

Advertisement