MVN

io.pyroscope : agent

Maven & Gradle

May 22, 2023
69 stars

Pyroscope Java agent · The Java profiling agent for Pyroscope.io. Based on async-profiler.

<dependency>
    <groupId>io.pyroscope</groupId>
    <artifactId>agent</artifactId>
    <version>0.11.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.11.5

All Versions

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

Version Vulnerabilities Updated
0.11.x
agent-0.11.5
agent-0.11.4
agent-0.11.3
agent-0.11.2
agent-0.11.1
agent-0.11.0
0.10.x
agent-0.10.3
agent-0.10.2
agent-0.10.1
agent-0.10.0
0.9.x
agent-0.9.1
agent-0.9.0
0.8.x
agent-0.8.3
agent-0.8.2
agent-0.8.1
agent-0.8.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.pyroscope</groupId>
    <artifactId>agent</artifactId>
    <version>0.11.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.pyroscope : agent gradle dependency to your build.gradle file:

implementation 'io.pyroscope:agent:0.11.5'

Gradle Kotlin DSL: Add the following io.pyroscope : agent gradle kotlin dependency to your build.gradle.kts file:

implementation("io.pyroscope:agent:0.11.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.pyroscope : agent sbt scala dependency to your build.sbt file:

libraryDependencies += "io.pyroscope" % "agent" % "0.11.5"