Last Version

New Relic API 1.0.12

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.

License

License

GroupId

GroupId

com.opsmatters
ArtifactId

ArtifactId

newrelic-api
Version

Version

1.0.12
Type

Type

jar
Description

Description

New Relic API
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.
Project URL

Project URL

https://github.com/opsmatters/newrelic-api
Source Code Management

Source Code Management

https://github.com/opsmatters/newrelic-api

Download newrelic-api 1.0.12


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

Dependencies

compile (5)

Group / Artifact Type Version
org.glassfish.jersey.core : jersey-client jar 2.26
org.glassfish.jersey.inject : jersey-hk2 jar 2.26
com.google.code.gson : gson jar 2.8.2
com.google.guava : guava jar 23.0
org.apache.commons : commons-lang3 jar 3.7

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.