GroupId | GroupIdcom.opsmatters |
---|---|
ArtifactId | ArtifactIdnewrelic-command |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
newrelic-command-1.1.1.pom | |
newrelic-command-1.1.1.jar | 187 KB |
newrelic-command-1.1.1-sources.jar | 140 KB |
newrelic-command-1.1.1-javadoc.jar | 480 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.opsmatters/newrelic-command/ -->
<dependency>
<groupId>com.opsmatters</groupId>
<artifactId>newrelic-command</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.opsmatters/newrelic-command/
implementation 'com.opsmatters:newrelic-command:1.1.1'
// https://jarcasting.com/artifacts/com.opsmatters/newrelic-command/
implementation ("com.opsmatters:newrelic-command:1.1.1")
'com.opsmatters:newrelic-command:jar:1.1.1'
<dependency org="com.opsmatters" name="newrelic-command" rev="1.1.1">
<artifact name="newrelic-command" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opsmatters', module='newrelic-command', version='1.1.1')
)
libraryDependencies += "com.opsmatters" % "newrelic-command" % "1.1.1"
[com.opsmatters/newrelic-command "1.1.1"]