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