is not current version
Last Version 1.0.12

com.opsmatters:newrelic-api 0.3.0

Java client library for the New Relic REST APIs built using Jersey and Gson. The library can be used by applications to automate the configuration of New Relic Monitoring and Alerting, as well as for extracting alert and metric data.

GroupId

GroupId

com.opsmatters
ArtifactId

ArtifactId

newrelic-api
Version

Version

0.3.0
Type

Type

jar

Download newrelic-api 0.3.0


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