MVN

com.amazonaws : aws-xray-auto-instrumentation-agent-runtime

Maven & Gradle

Dec 03, 2019
87 stars

AWS X-Ray Auto Instrumentation Agent for Java - Runtime

<dependency>
    <groupId>com.amazonaws</groupId>
    <artifactId>aws-xray-auto-instrumentation-agent-runtime</artifactId>
    <version>2.4.0-beta.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.amazonaws : aws-xray-auto-instrumentation-agent-runtime to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.0-beta.1
  • Latest Beta: 2.4.0-beta.1

All Versions

Choose a version of com.amazonaws : aws-xray-auto-instrumentation-agent-runtime to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
aws-xray-auto-instrumentation-agent-runtime-2.4.0-beta.1
aws-xray-auto-instrumentation-agent-runtime-2.4.0-beta

How to add a dependency to Maven

Add the following com.amazonaws : aws-xray-auto-instrumentation-agent-runtime maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.amazonaws</groupId>
    <artifactId>aws-xray-auto-instrumentation-agent-runtime</artifactId>
    <version>2.4.0-beta.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.amazonaws : aws-xray-auto-instrumentation-agent-runtime gradle dependency to your build.gradle file:

implementation 'com.amazonaws:aws-xray-auto-instrumentation-agent-runtime:2.4.0-beta.1'

Gradle Kotlin DSL: Add the following com.amazonaws : aws-xray-auto-instrumentation-agent-runtime gradle kotlin dependency to your build.gradle.kts file:

implementation("com.amazonaws:aws-xray-auto-instrumentation-agent-runtime:2.4.0-beta.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.amazonaws : aws-xray-auto-instrumentation-agent-runtime sbt scala dependency to your build.sbt file:

libraryDependencies += "com.amazonaws" % "aws-xray-auto-instrumentation-agent-runtime" % "2.4.0-beta.1"

Advertisement