MVN

com.opsmatters : newrelic-command

Maven & Gradle

Apr 14, 2018
3 stars

New Relic Command Line · Java library that allows New Relic Monitoring and Alerting configuration operations to be executed from a command line. The library includes over 90 operations covering Alerts, Applications, Key Transactions, Deployments, Servers, Plugins, Monitors and Labels. It provides a set of tools to simplify or automate the configuration of New Relic Monitoring and Alerting.

<dependency>
    <groupId>com.opsmatters</groupId>
    <artifactId>newrelic-command</artifactId>
    <version>1.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.opsmatters : newrelic-command to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.2

All Versions

Choose a version of com.opsmatters : newrelic-command to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
newrelic-command-1.2.2
newrelic-command-1.2.1
newrelic-command-1.2.0
1.1.x
newrelic-command-1.1.2
newrelic-command-1.1.1
newrelic-command-1.1.0
1.0.x
newrelic-command-1.0.0
0.3.x
newrelic-command-0.3.0
0.2.x
newrelic-command-0.2.0
0.1.x
newrelic-command-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.opsmatters</groupId>
    <artifactId>newrelic-command</artifactId>
    <version>1.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.opsmatters : newrelic-command gradle dependency to your build.gradle file:

implementation 'com.opsmatters:newrelic-command:1.2.2'

Gradle Kotlin DSL: Add the following com.opsmatters : newrelic-command gradle kotlin dependency to your build.gradle.kts file:

implementation("com.opsmatters:newrelic-command:1.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.opsmatters : newrelic-command sbt scala dependency to your build.sbt file:

libraryDependencies += "com.opsmatters" % "newrelic-command" % "1.2.2"

Advertisement