License |
License |
---|---|
Categories |
CategoriesAWS Container PaaS Providers |
GroupId | GroupIdcom.amazonaws |
ArtifactId | ArtifactIdaws-xray-recorder-sdk-bom |
Last Version | Last Version2.11.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionThe AWS X-Ray Recorder SDK for Java - BOM
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 |
Filename | Size |
---|---|
aws-xray-recorder-sdk-bom-2.11.2.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.amazonaws/aws-xray-recorder-sdk-bom/ -->
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk-bom</artifactId>
<version>2.11.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.amazonaws/aws-xray-recorder-sdk-bom/
implementation 'com.amazonaws:aws-xray-recorder-sdk-bom:2.11.2'
// https://jarcasting.com/artifacts/com.amazonaws/aws-xray-recorder-sdk-bom/
implementation ("com.amazonaws:aws-xray-recorder-sdk-bom:2.11.2")
'com.amazonaws:aws-xray-recorder-sdk-bom:pom:2.11.2'
<dependency org="com.amazonaws" name="aws-xray-recorder-sdk-bom" rev="2.11.2">
<artifact name="aws-xray-recorder-sdk-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.amazonaws', module='aws-xray-recorder-sdk-bom', version='2.11.2')
)
libraryDependencies += "com.amazonaws" % "aws-xray-recorder-sdk-bom" % "2.11.2"
[com.amazonaws/aws-xray-recorder-sdk-bom "2.11.2"]