is not current version
Last Version 1.0.12

com.opsmatters:newrelic-api 1.0.9

Java client library for the New Relic REST APIs built using Jersey and Gson. The library includes over 110 operations across all of the available 35 New Relic services. It can be used by applications to automate the configuration of New Relic Monitoring, Alerting and Dashboards, but can also be used for extracting incident and metric data, executing Insights queries, and uploading plugin metrics.

GroupId

GroupId

com.opsmatters
ArtifactId

ArtifactId

newrelic-api
Version

Version

1.0.9
Type

Type

jar

Download newrelic-api 1.0.9


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