MVN

com.amazonaws : aws-xray-recorder-sdk-sql

Maven & Gradle

Apr 13, 2023
1 usages
95 stars

AWS X-Ray Recorder SDK for Java - SQL Interceptor · The Amazon Web Services X-Ray Recorder SDK for Java provides Java APIs for emitting tracing data to AWS X-Ray. AWS X-Ray helps developers analyze and debug distributed applications. With X-Ray, you can understand how your application and its underlying services are performing to identify and troubleshoot the root cause of performance issues and errors.

<dependency>
    <groupId>com.amazonaws</groupId>
    <artifactId>aws-xray-recorder-sdk-sql</artifactId>
    <version>2.14.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.amazonaws : aws-xray-recorder-sdk-sql to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.14.0

All Versions

Choose a version of com.amazonaws : aws-xray-recorder-sdk-sql to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.14.x
aws-xray-recorder-sdk-sql-2.14.0
2.13.x
aws-xray-recorder-sdk-sql-2.13.0
2.12.x
aws-xray-recorder-sdk-sql-2.12.0
2.11.x
aws-xray-recorder-sdk-sql-2.11.2
aws-xray-recorder-sdk-sql-2.11.1
aws-xray-recorder-sdk-sql-2.11.0
2.10.x
aws-xray-recorder-sdk-sql-2.10.0
2.9.x
aws-xray-recorder-sdk-sql-2.9.1
aws-xray-recorder-sdk-sql-2.9.0
2.8.x
aws-xray-recorder-sdk-sql-2.8.0
2.7.x
aws-xray-recorder-sdk-sql-2.7.1
aws-xray-recorder-sdk-sql-2.7.0
2.6.x
aws-xray-recorder-sdk-sql-2.6.1
aws-xray-recorder-sdk-sql-2.6.0
2.5.x
aws-xray-recorder-sdk-sql-2.5.0
2.4.x
aws-xray-recorder-sdk-sql-2.4.0

How to add a dependency to Maven

Add the following com.amazonaws : aws-xray-recorder-sdk-sql maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.amazonaws</groupId>
    <artifactId>aws-xray-recorder-sdk-sql</artifactId>
    <version>2.14.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.amazonaws : aws-xray-recorder-sdk-sql gradle dependency to your build.gradle file:

implementation 'com.amazonaws:aws-xray-recorder-sdk-sql:2.14.0'

Gradle Kotlin DSL: Add the following com.amazonaws : aws-xray-recorder-sdk-sql gradle kotlin dependency to your build.gradle.kts file:

implementation("com.amazonaws:aws-xray-recorder-sdk-sql:2.14.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.amazonaws : aws-xray-recorder-sdk-sql sbt scala dependency to your build.sbt file:

libraryDependencies += "com.amazonaws" % "aws-xray-recorder-sdk-sql" % "2.14.0"

Advertisement

Dependencies from Group

Aug 25, 2023
1.1k usages
3.9k stars
Aug 25, 2023
906 usages
3.9k stars
Aug 25, 2023
681 usages
3.9k stars
Aug 25, 2023
432 usages
3.9k stars
Aug 25, 2023
349 usages
4.1k stars

Discover Dependencies