is not current version
Last Version 1.2.2

com.opsmatters:newrelic-command 1.1.0

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.

GroupId

GroupId

com.opsmatters
ArtifactId

ArtifactId

newrelic-command
Version

Version

1.1.0
Type

Type

jar

Download newrelic-command 1.1.0


<!-- https://jarcasting.com/artifacts/com.opsmatters/newrelic-command/ -->
<dependency>
    <groupId>com.opsmatters</groupId>
    <artifactId>newrelic-command</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.opsmatters/newrelic-command/
implementation 'com.opsmatters:newrelic-command:1.1.0'
// https://jarcasting.com/artifacts/com.opsmatters/newrelic-command/
implementation ("com.opsmatters:newrelic-command:1.1.0")
'com.opsmatters:newrelic-command:jar:1.1.0'
<dependency org="com.opsmatters" name="newrelic-command" rev="1.1.0">
  <artifact name="newrelic-command" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opsmatters', module='newrelic-command', version='1.1.0')
)
libraryDependencies += "com.opsmatters" % "newrelic-command" % "1.1.0"
[com.opsmatters/newrelic-command "1.1.0"]