Download newrelic-api-3.15.0.jar file - Jar n

Jar examples for n:newrelic-api

Description

Java client library for the New Relic REST APIs built using Jersey and Gson. The library implements over 110 operations across all of the available 35 New Relic services. It is primarily 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.

You can download jar file newrelic-api 3.15.0 in this page.

License

Apache 2.0

Build File

You can use the following script to add newrelic-api-3.15.0.jar to your project.

<dependency>
   <groupId>com.newrelic.agent.java</groupId>
   <artifactId>newrelic-api</artifactId>
   <version>3.15.0</version>
</dependency>
compile group: 'com.newrelic.agent.java', name: 'newrelic-api', version: '3.15.0'
libraryDependencies += "com.newrelic.agent.java" % "newrelic-api" % "3.15.0"
<dependency org="com.newrelic.agent.java" name="newrelic-api" rev="3.15.0"/>
@Grapes(@Grab(group='com.newrelic.agent.java', module='newrelic-api', version='3.15.0'))
'com.newrelic.agent.java:newrelic-api:jar:3.15.0'

Download

Click the following link to download the jar file.

newrelic-api-3.15.0-javadoc.jar
newrelic-api-3.15.0-sources.jar
newrelic-api-3.15.0.jar
newrelic-api-3.15.0.pom



Related Tutorials