License |
License |
---|---|
Categories |
CategoriesAWS Container PaaS Providers |
GroupId | GroupIdcom.amazonaws |
ArtifactId | ArtifactIdaws-xray-recorder-sdk-apache-http |
Last Version | Last Version2.11.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAWS X-Ray Recorder SDK for Java - Apache HTTP Client Proxy
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.amazonaws/aws-xray-recorder-sdk-apache-http/ -->
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk-apache-http</artifactId>
<version>2.11.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.amazonaws/aws-xray-recorder-sdk-apache-http/
implementation 'com.amazonaws:aws-xray-recorder-sdk-apache-http:2.11.2'
// https://jarcasting.com/artifacts/com.amazonaws/aws-xray-recorder-sdk-apache-http/
implementation ("com.amazonaws:aws-xray-recorder-sdk-apache-http:2.11.2")
'com.amazonaws:aws-xray-recorder-sdk-apache-http:jar:2.11.2'
<dependency org="com.amazonaws" name="aws-xray-recorder-sdk-apache-http" rev="2.11.2">
<artifact name="aws-xray-recorder-sdk-apache-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.amazonaws', module='aws-xray-recorder-sdk-apache-http', version='2.11.2')
)
libraryDependencies += "com.amazonaws" % "aws-xray-recorder-sdk-apache-http" % "2.11.2"
[com.amazonaws/aws-xray-recorder-sdk-apache-http "2.11.2"]
Group / Artifact | Type | Version |
---|---|---|
com.amazonaws : aws-xray-recorder-sdk-core | jar | 2.11.2 |
org.apache.httpcomponents : httpclient | jar | 4.5.13 |