MVN

com.dripstat : dripstat-api

Maven & Gradle

Jun 19, 2019
2 stars

Dripst APM Agent API · API for DripStat Java Agent

<dependency>
    <groupId>com.dripstat</groupId>
    <artifactId>dripstat-api</artifactId>
    <version>2.1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.1.9

All Versions

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

Version Vulnerabilities Updated
2.1.x
dripstat-api-2.1.9
dripstat-api-2.1.8
dripstat-api-2.1.7
dripstat-api-2.1.6
dripstat-api-2.1.5
dripstat-api-2.1.4
dripstat-api-2.1.3
dripstat-api-2.1.2
dripstat-api-2.1.1
dripstat-api-2.1.0
2.0.x
dripstat-api-2.0.1
1.0.x
dripstat-api-1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.dripstat</groupId>
    <artifactId>dripstat-api</artifactId>
    <version>2.1.9</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.dripstat:dripstat-api:2.1.9'

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

implementation("com.dripstat:dripstat-api:2.1.9")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.dripstat" % "dripstat-api" % "2.1.9"

Advertisement