is not current version
Last Version 1.0.12

com.opsmatters:newrelic-api 0.5.0

Java client library for the New Relic REST APIs built using Jersey and Gson. The library implements over 100 operations across all of the available 32 New Relic services. It can be used by applications to automate the configuration of New Relic Monitoring, Alerting and Dashboards, as well as for extracting incident and metric data and uploading metrics.

GroupId

GroupId

com.opsmatters
ArtifactId

ArtifactId

newrelic-api
Version

Version

0.5.0
Type

Type

jar

Download newrelic-api 0.5.0


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