MVN

com.instrumentalapp : instrumental_agent

Maven & Gradle

May 22, 2019
8 stars

instrumental_agent · This agent supports Instrumental custom metric monitoring for Java applications. It provides high-data reliability at high scale, without ever blocking your process or causing an exception.

<dependency>
    <groupId>com.instrumentalapp</groupId>
    <artifactId>instrumental_agent</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.instrumentalapp : instrumental_agent to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.instrumentalapp : instrumental_agent to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
instrumental_agent-1.0.1
instrumental_agent-1.0.0
0.0.x
instrumental_agent-0.0.3
instrumental_agent-0.0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.instrumentalapp</groupId>
    <artifactId>instrumental_agent</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.instrumentalapp : instrumental_agent gradle dependency to your build.gradle file:

implementation 'com.instrumentalapp:instrumental_agent:1.0.1'

Gradle Kotlin DSL: Add the following com.instrumentalapp : instrumental_agent gradle kotlin dependency to your build.gradle.kts file:

implementation("com.instrumentalapp:instrumental_agent:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.instrumentalapp : instrumental_agent sbt scala dependency to your build.sbt file:

libraryDependencies += "com.instrumentalapp" % "instrumental_agent" % "1.0.1"