a

aws-xray-recorder-sdk-apache-http

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.
https://aws.amazon.com/documentation/xray/
Apache License, Version 2.0
Files download
File Operation
aws-xray-recorder-sdk-apache-http-2.14.0.jar download
aws-xray-recorder-sdk-apache-http-2.14.0.pom download
aws-xray-recorder-sdk-apache-http-2.14.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.amazonaws</groupId>
  <artifactId>aws-xray-recorder-sdk-apache-http</artifactId>
  <version>2.14.0</version>
</dependency>
Gradle Groovy
implementation 'com.amazonaws:aws-xray-recorder-sdk-apache-http:2.14.0'
Gradle Kotlin
implementation("com.amazonaws:aws-xray-recorder-sdk-apache-http:2.14.0")
Scala SBT
libraryDependencies += "com.amazonaws" % "aws-xray-recorder-sdk-apache-http" % "2.14.0"
Groovy Grape
@Grapes(
  @Grab(group='com.amazonaws', module='aws-xray-recorder-sdk-apache-http', version='2.14.0')
)
Apache Ivy
<dependency org="com.amazonaws" name="aws-xray-recorder-sdk-apache-http" rev="2.14.0" />
Leiningen
[com.amazonaws/aws-xray-recorder-sdk-apache-http "2.14.0"]
Apache Buildr
'com.amazonaws:aws-xray-recorder-sdk-apache-http:jar:2.14.0'