MVN

org.glowroot : glowroot-agent-plugin-api

Maven & Gradle

Apr 03, 2022
945 stars

Glowroot Agent Plugin API · Glowroot Agent Plugin API

<dependency>
    <groupId>org.glowroot</groupId>
    <artifactId>glowroot-agent-plugin-api</artifactId>
    <version>0.13.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.glowroot : glowroot-agent-plugin-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.13.6
  • Latest Beta: 0.14.0-beta.3

All Versions

Choose a version of org.glowroot : glowroot-agent-plugin-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.14.x
glowroot-agent-plugin-api-0.14.0-beta.3
glowroot-agent-plugin-api-0.14.0-beta.2
glowroot-agent-plugin-api-0.14.0-beta
0.13.x
glowroot-agent-plugin-api-0.13.6
glowroot-agent-plugin-api-0.13.5
glowroot-agent-plugin-api-0.13.4
glowroot-agent-plugin-api-0.13.3
glowroot-agent-plugin-api-0.13.2
glowroot-agent-plugin-api-0.13.1
glowroot-agent-plugin-api-0.13.0
0.12.x
glowroot-agent-plugin-api-0.12.3
glowroot-agent-plugin-api-0.12.2
glowroot-agent-plugin-api-0.12.1
glowroot-agent-plugin-api-0.12.0
0.11.x
glowroot-agent-plugin-api-0.11.1
glowroot-agent-plugin-api-0.11.0
0.10.x
glowroot-agent-plugin-api-0.10.12
glowroot-agent-plugin-api-0.10.11
glowroot-agent-plugin-api-0.10.10
glowroot-agent-plugin-api-0.10.9
glowroot-agent-plugin-api-0.10.8
glowroot-agent-plugin-api-0.10.7
glowroot-agent-plugin-api-0.10.6
glowroot-agent-plugin-api-0.10.5
glowroot-agent-plugin-api-0.10.4
glowroot-agent-plugin-api-0.10.3
glowroot-agent-plugin-api-0.10.2
glowroot-agent-plugin-api-0.10.1
glowroot-agent-plugin-api-0.10.0
0.9.x
glowroot-agent-plugin-api-0.9.28
glowroot-agent-plugin-api-0.9.27
glowroot-agent-plugin-api-0.9.26
glowroot-agent-plugin-api-0.9.25
glowroot-agent-plugin-api-0.9.24
glowroot-agent-plugin-api-0.9.23
glowroot-agent-plugin-api-0.9.22
glowroot-agent-plugin-api-0.9.21
glowroot-agent-plugin-api-0.9.20
glowroot-agent-plugin-api-0.9.19
glowroot-agent-plugin-api-0.9.18
glowroot-agent-plugin-api-0.9.17
glowroot-agent-plugin-api-0.9.16
glowroot-agent-plugin-api-0.9.15
glowroot-agent-plugin-api-0.9.14
glowroot-agent-plugin-api-0.9.13
glowroot-agent-plugin-api-0.9.12
glowroot-agent-plugin-api-0.9.11
glowroot-agent-plugin-api-0.9.10
glowroot-agent-plugin-api-0.9.9
glowroot-agent-plugin-api-0.9.8
glowroot-agent-plugin-api-0.9.7
glowroot-agent-plugin-api-0.9.6
glowroot-agent-plugin-api-0.9.5
glowroot-agent-plugin-api-0.9.4
glowroot-agent-plugin-api-0.9.3
glowroot-agent-plugin-api-0.9.2
glowroot-agent-plugin-api-0.9.1
glowroot-agent-plugin-api-0.9.0
0.8.x
glowroot-agent-plugin-api-0.8.6
glowroot-agent-plugin-api-0.8.5

How to add a dependency to Maven

Add the following org.glowroot : glowroot-agent-plugin-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.glowroot</groupId>
    <artifactId>glowroot-agent-plugin-api</artifactId>
    <version>0.13.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.glowroot : glowroot-agent-plugin-api gradle dependency to your build.gradle file:

implementation 'org.glowroot:glowroot-agent-plugin-api:0.13.6'

Gradle Kotlin DSL: Add the following org.glowroot : glowroot-agent-plugin-api gradle kotlin dependency to your build.gradle.kts file:

implementation("org.glowroot:glowroot-agent-plugin-api:0.13.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.glowroot : glowroot-agent-plugin-api sbt scala dependency to your build.sbt file:

libraryDependencies += "org.glowroot" % "glowroot-agent-plugin-api" % "0.13.6"