License |
License |
---|---|
Categories |
CategoriesCLI User Interface config Application Layer Libs Configuration |
GroupId | GroupIdcom.ocadotechnology.newrelicalertsconfigurator |
ArtifactId | ArtifactIdnewrelic-api-client |
Last Version | Last Version4.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNewRelic 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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
newrelic-api-client-4.0.1.pom | |
newrelic-api-client-4.0.1.jar | 134 KB |
newrelic-api-client-4.0.1-sources.jar | 48 KB |
newrelic-api-client-4.0.1-javadoc.jar | 227 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ocadotechnology.newrelicalertsconfigurator/newrelic-api-client/ -->
<dependency>
<groupId>com.ocadotechnology.newrelicalertsconfigurator</groupId>
<artifactId>newrelic-api-client</artifactId>
<version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ocadotechnology.newrelicalertsconfigurator/newrelic-api-client/
implementation 'com.ocadotechnology.newrelicalertsconfigurator:newrelic-api-client:4.0.1'
// https://jarcasting.com/artifacts/com.ocadotechnology.newrelicalertsconfigurator/newrelic-api-client/
implementation ("com.ocadotechnology.newrelicalertsconfigurator:newrelic-api-client:4.0.1")
'com.ocadotechnology.newrelicalertsconfigurator:newrelic-api-client:jar:4.0.1'
<dependency org="com.ocadotechnology.newrelicalertsconfigurator" name="newrelic-api-client" rev="4.0.1">
<artifact name="newrelic-api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ocadotechnology.newrelicalertsconfigurator', module='newrelic-api-client', version='4.0.1')
)
libraryDependencies += "com.ocadotechnology.newrelicalertsconfigurator" % "newrelic-api-client" % "4.0.1"
[com.ocadotechnology.newrelicalertsconfigurator/newrelic-api-client "4.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
commons-io : commons-io | jar | 2.7 |
org.apache.commons : commons-lang3 | jar | 3.11 |
org.glassfish.jersey.core : jersey-client | jar | 2.24.1 |
org.glassfish.jersey.media : jersey-media-json-jackson | jar | 2.24.1 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.11.1 |
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | 2.11.1 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.11.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |
com.google.guava : guava | jar | 29.0-jre |
org.mockito : mockito-core | jar | 3.4.6 |
com.github.tomakehurst : wiremock | jar | 2.27.1 |
org.assertj : assertj-core | jar | 3.16.1 |