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