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