License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.newrelic.opentracing |
ArtifactId | ArtifactIdnewrelic-java-lambda |
Last Version | Last Version2.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNew Relic OpenTracing Lambda Tracer
New Relic OpenTracing Tracer implementation for instrumenting AWS Lambda functions.
|
Project URL |
Project URL |
Filename | Size |
---|---|
newrelic-java-lambda-2.2.1.pom | |
newrelic-java-lambda-2.2.1.jar | 58 KB |
newrelic-java-lambda-2.2.1-sources.jar | 35 KB |
newrelic-java-lambda-2.2.1-javadoc.jar | 131 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.newrelic.opentracing/newrelic-java-lambda/ -->
<dependency>
<groupId>com.newrelic.opentracing</groupId>
<artifactId>newrelic-java-lambda</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.newrelic.opentracing/newrelic-java-lambda/
implementation 'com.newrelic.opentracing:newrelic-java-lambda:2.2.1'
// https://jarcasting.com/artifacts/com.newrelic.opentracing/newrelic-java-lambda/
implementation ("com.newrelic.opentracing:newrelic-java-lambda:2.2.1")
'com.newrelic.opentracing:newrelic-java-lambda:jar:2.2.1'
<dependency org="com.newrelic.opentracing" name="newrelic-java-lambda" rev="2.2.1">
<artifact name="newrelic-java-lambda" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.newrelic.opentracing', module='newrelic-java-lambda', version='2.2.1')
)
libraryDependencies += "com.newrelic.opentracing" % "newrelic-java-lambda" % "2.2.1"
[com.newrelic.opentracing/newrelic-java-lambda "2.2.1"]
Group / Artifact | Type | Version |
---|---|---|
io.opentracing : opentracing-api | jar | 0.33.0 |
io.opentracing : opentracing-util | jar | 0.33.0 |
io.opentracing : opentracing-noop | jar | 0.33.0 |
com.googlecode.json-simple : json-simple | jar | 1.1.1 |