Categories |
CategoriesCLI User Interface config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.ocadotechnology.newrelicalertsconfigurator |
ArtifactId | ArtifactIdnewrelic-api-client |
Version | Version3.5.0 |
Type | Typejar |
Filename | Size |
---|---|
newrelic-api-client-3.5.0.pom | |
newrelic-api-client-3.5.0.jar | 162 KB |
newrelic-api-client-3.5.0-sources.jar | 56 KB |
newrelic-api-client-3.5.0-javadoc.jar | 255 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ocadotechnology.newrelicalertsconfigurator/newrelic-api-client/ -->
<dependency>
<groupId>com.ocadotechnology.newrelicalertsconfigurator</groupId>
<artifactId>newrelic-api-client</artifactId>
<version>3.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ocadotechnology.newrelicalertsconfigurator/newrelic-api-client/
implementation 'com.ocadotechnology.newrelicalertsconfigurator:newrelic-api-client:3.5.0'
// https://jarcasting.com/artifacts/com.ocadotechnology.newrelicalertsconfigurator/newrelic-api-client/
implementation ("com.ocadotechnology.newrelicalertsconfigurator:newrelic-api-client:3.5.0")
'com.ocadotechnology.newrelicalertsconfigurator:newrelic-api-client:jar:3.5.0'
<dependency org="com.ocadotechnology.newrelicalertsconfigurator" name="newrelic-api-client" rev="3.5.0">
<artifact name="newrelic-api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ocadotechnology.newrelicalertsconfigurator', module='newrelic-api-client', version='3.5.0')
)
libraryDependencies += "com.ocadotechnology.newrelicalertsconfigurator" % "newrelic-api-client" % "3.5.0"
[com.ocadotechnology.newrelicalertsconfigurator/newrelic-api-client "3.5.0"]