License |
License |
---|---|
GroupId | GroupIdcom.opsmatters |
ArtifactId | ArtifactIdnewrelic-command |
Version | Version1.2.2 |
Type | Typejar |
Description |
DescriptionNew 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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
newrelic-command-1.2.2.pom | |
newrelic-command-1.2.2.jar | 252 KB |
newrelic-command-1.2.2-sources.jar | 203 KB |
newrelic-command-1.2.2-javadoc.jar | 734 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.opsmatters/newrelic-command/ -->
<dependency>
<groupId>com.opsmatters</groupId>
<artifactId>newrelic-command</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.opsmatters/newrelic-command/
implementation 'com.opsmatters:newrelic-command:1.2.2'
// https://jarcasting.com/artifacts/com.opsmatters/newrelic-command/
implementation ("com.opsmatters:newrelic-command:1.2.2")
'com.opsmatters:newrelic-command:jar:1.2.2'
<dependency org="com.opsmatters" name="newrelic-command" rev="1.2.2">
<artifact name="newrelic-command" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opsmatters', module='newrelic-command', version='1.2.2')
)
libraryDependencies += "com.opsmatters" % "newrelic-command" % "1.2.2"
[com.opsmatters/newrelic-command "1.2.2"]
Group / Artifact | Type | Version |
---|---|---|
com.opsmatters : newrelic-batch | jar | 1.0.2 |
com.opsmatters : opsmatters-core | jar | 1.0.2 |
com.opsmatters : newrelic-api | jar | 1.0.11 |
commons-cli : commons-cli | jar | 1.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |