Categories |
CategoriesCLI User Interface config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.ocadotechnology.newrelicalertsconfigurator |
ArtifactId | ArtifactIdnewrelic-api-client |
Version | Version2.0.1-RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.ocadotechnology.newrelicalertsconfigurator/newrelic-api-client/ -->
<dependency>
<groupId>com.ocadotechnology.newrelicalertsconfigurator</groupId>
<artifactId>newrelic-api-client</artifactId>
<version>2.0.1-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ocadotechnology.newrelicalertsconfigurator/newrelic-api-client/
implementation 'com.ocadotechnology.newrelicalertsconfigurator:newrelic-api-client:2.0.1-RC1'
// https://jarcasting.com/artifacts/com.ocadotechnology.newrelicalertsconfigurator/newrelic-api-client/
implementation ("com.ocadotechnology.newrelicalertsconfigurator:newrelic-api-client:2.0.1-RC1")
'com.ocadotechnology.newrelicalertsconfigurator:newrelic-api-client:jar:2.0.1-RC1'
<dependency org="com.ocadotechnology.newrelicalertsconfigurator" name="newrelic-api-client" rev="2.0.1-RC1">
<artifact name="newrelic-api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ocadotechnology.newrelicalertsconfigurator', module='newrelic-api-client', version='2.0.1-RC1')
)
libraryDependencies += "com.ocadotechnology.newrelicalertsconfigurator" % "newrelic-api-client" % "2.0.1-RC1"
[com.ocadotechnology.newrelicalertsconfigurator/newrelic-api-client "2.0.1-RC1"]