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