License |
License |
---|---|
GroupId | GroupIdcom.opsmatters |
ArtifactId | ArtifactIdnewrelic-api |
Version | Version1.0.12 |
Type | Typejar |
Description |
DescriptionNew 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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
newrelic-api-1.0.12.pom | |
newrelic-api-1.0.12.jar | 531 KB |
newrelic-api-1.0.12-sources.jar | 405 KB |
newrelic-api-1.0.12-javadoc.jar | 2 MB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |