is not current version
Last Version 1.2.2

com.opsmatters:newrelic-command 0.2.0

Java library that allows New Relic Monitoring and Alerting configuration operations to be executed from a command line. The library includes over 60 operations covering Alerts, Applications, Deployments and Monitors. 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

0.2.0
Type

Type

jar

Download newrelic-command 0.2.0


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