is not current version
Last Version 1.0.2

com.opsmatters:newrelic-batch 0.2.0

Java library that allows New Relic objects to be created automatically from file based definitions. New Relic Insights dashboards can be created from definition files in YAML format. New Relic Alerts can be configured from alert policy definitions in CSV or spreadsheet format. It provides a set of tools to accelerate or automate the deployment of New Relic Alerts and Insights dashboards.

GroupId

GroupId

com.opsmatters
ArtifactId

ArtifactId

newrelic-batch
Version

Version

0.2.0
Type

Type

jar

Download newrelic-batch 0.2.0


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