MVN

com.dripstat : apm-agent

Maven & Gradle

Dec 03, 2019
1 usages

dripstat-apm-agent · DripStat Java APM Agent

<dependency>
    <groupId>com.dripstat</groupId>
    <artifactId>apm-agent</artifactId>
    <version>11.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.dripstat : apm-agent to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 11.3.0

All Versions

Choose a version of com.dripstat : apm-agent to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
11.3.x
apm-agent-11.3.0
11.2.x
apm-agent-11.2.4
apm-agent-11.2.3
apm-agent-11.2.2
apm-agent-11.2.0
11.1.x
apm-agent-11.1.16
apm-agent-11.1.15
apm-agent-11.1.14
apm-agent-11.1.9
apm-agent-11.1.4
apm-agent-11.1.3
apm-agent-11.1.2
11.0.x
apm-agent-11.0.12
apm-agent-11.0.11
apm-agent-11.0.9
apm-agent-11.0.8

How to add a dependency to Maven

Add the following com.dripstat : apm-agent maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.dripstat</groupId>
    <artifactId>apm-agent</artifactId>
    <version>11.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.dripstat : apm-agent gradle dependency to your build.gradle file:

implementation 'com.dripstat:apm-agent:11.3.0'

Gradle Kotlin DSL: Add the following com.dripstat : apm-agent gradle kotlin dependency to your build.gradle.kts file:

implementation("com.dripstat:apm-agent:11.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.dripstat : apm-agent sbt scala dependency to your build.sbt file:

libraryDependencies += "com.dripstat" % "apm-agent" % "11.3.0"

Advertisement