MVN

com.ocadotechnology.newrelicalertsconfigurator : newrelic-alerts-configurator

Maven & Gradle

Jul 13, 2023
1 usages
39 stars

NewRelic Alerts Configurator · NewRelic Alerts Configurator can be used to configure NewRelic alerts for your application. Instead of defining alerts through UI you can define them in code. It allows you to automatize alerts configuration, easily recover them in case of wipe out and have full history of changes in your version control system.

<dependency>
    <groupId>com.ocadotechnology.newrelicalertsconfigurator</groupId>
    <artifactId>newrelic-alerts-configurator</artifactId>
    <version>5.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ocadotechnology.newrelicalertsconfigurator : newrelic-alerts-configurator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.1
  • Latest Release Candidate: 2.0.1-RC1

All Versions

Choose a version of com.ocadotechnology.newrelicalertsconfigurator : newrelic-alerts-configurator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
newrelic-alerts-configurator-5.0.1
newrelic-alerts-configurator-5.0.0
4.3.x
newrelic-alerts-configurator-4.3.0
4.2.x
newrelic-alerts-configurator-4.2.0
4.1.x
newrelic-alerts-configurator-4.1.0
4.0.x
newrelic-alerts-configurator-4.0.1
newrelic-alerts-configurator-4.0.0
3.6.x
newrelic-alerts-configurator-3.6.1
newrelic-alerts-configurator-3.6.0
3.5.x
newrelic-alerts-configurator-3.5.3
newrelic-alerts-configurator-3.5.2
newrelic-alerts-configurator-3.5.1
newrelic-alerts-configurator-3.5.0
3.4.x
newrelic-alerts-configurator-3.4.1
newrelic-alerts-configurator-3.4.0
3.3.x
newrelic-alerts-configurator-3.3.2
newrelic-alerts-configurator-3.3.1
newrelic-alerts-configurator-3.3.0
3.2.x
newrelic-alerts-configurator-3.2.0
3.1.x
newrelic-alerts-configurator-3.1.0
3.0.x
newrelic-alerts-configurator-3.0.0
2.0.x
newrelic-alerts-configurator-2.0.3
newrelic-alerts-configurator-2.0.2
newrelic-alerts-configurator-2.0.1
newrelic-alerts-configurator-2.0.1-RC1

How to add a dependency to Maven

Add the following com.ocadotechnology.newrelicalertsconfigurator : newrelic-alerts-configurator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ocadotechnology.newrelicalertsconfigurator</groupId>
    <artifactId>newrelic-alerts-configurator</artifactId>
    <version>5.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ocadotechnology.newrelicalertsconfigurator : newrelic-alerts-configurator gradle dependency to your build.gradle file:

implementation 'com.ocadotechnology.newrelicalertsconfigurator:newrelic-alerts-configurator:5.0.1'

Gradle Kotlin DSL: Add the following com.ocadotechnology.newrelicalertsconfigurator : newrelic-alerts-configurator gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ocadotechnology.newrelicalertsconfigurator:newrelic-alerts-configurator:5.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ocadotechnology.newrelicalertsconfigurator : newrelic-alerts-configurator sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ocadotechnology.newrelicalertsconfigurator" % "newrelic-alerts-configurator" % "5.0.1"

Advertisement