a

aws-xray-agent-plugin

The AWS X-Ray Auto-Instrumentation Agent for Java is a Java agent that automatically instruments your code to use X-Ray tracing.
https://aws.amazon.com/documentation/xray/
Apache License, Version 2.0
William Armiros
Files download
File Operation
aws-xray-agent-plugin-2.9.0.jar download
aws-xray-agent-plugin-2.9.0.pom download
aws-xray-agent-plugin-2.9.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.amazonaws</groupId>
  <artifactId>aws-xray-agent-plugin</artifactId>
  <version>2.9.0</version>
</dependency>
Gradle Groovy
implementation 'com.amazonaws:aws-xray-agent-plugin:2.9.0'
Gradle Kotlin
implementation("com.amazonaws:aws-xray-agent-plugin:2.9.0")
Scala SBT
libraryDependencies += "com.amazonaws" % "aws-xray-agent-plugin" % "2.9.0"
Groovy Grape
@Grapes(
  @Grab(group='com.amazonaws', module='aws-xray-agent-plugin', version='2.9.0')
)
Apache Ivy
<dependency org="com.amazonaws" name="aws-xray-agent-plugin" rev="2.9.0" />
Leiningen
[com.amazonaws/aws-xray-agent-plugin "2.9.0"]
Apache Buildr
'com.amazonaws:aws-xray-agent-plugin:jar:2.9.0'
Dependencies
The project has no third-party dependencies