Jar examples for n:newrelic-api
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.34.0 in this page.
Apache 2.0
You can use the following script to add newrelic-api-3.34.0.jar to your project.
<dependency> <groupId>com.newrelic.agent.java</groupId> <artifactId>newrelic-api</artifactId> <version>3.34.0</version> </dependency>
compile group: 'com.newrelic.agent.java', name: 'newrelic-api', version: '3.34.0'
libraryDependencies += "com.newrelic.agent.java" % "newrelic-api" % "3.34.0"
<dependency org="com.newrelic.agent.java" name="newrelic-api" rev="3.34.0"/>
@Grapes(@Grab(group='com.newrelic.agent.java', module='newrelic-api', version='3.34.0'))
'com.newrelic.agent.java:newrelic-api:jar:3.34.0'
Click the following link to download the jar file.
newrelic-api-3.34.0-javadoc.jar