MVN

com.jashmore : aws-xray-extension-spring-boot

Maven & Gradle

Jul 30, 2023
46 stars

Aws Xray Extension Spring Boot · Extension for integration AWS Xray Tracing into the Message Listeners in a Spring Boot Application

<dependency>
    <groupId>com.jashmore</groupId>
    <artifactId>aws-xray-extension-spring-boot</artifactId>
    <version>6.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jashmore : aws-xray-extension-spring-boot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.0

All Versions

Choose a version of com.jashmore : aws-xray-extension-spring-boot to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
aws-xray-extension-spring-boot-6.0.0
5.1.x
aws-xray-extension-spring-boot-5.1.0
5.0.x
aws-xray-extension-spring-boot-5.0.0
4.4.x
aws-xray-extension-spring-boot-4.4.0
4.3.x
aws-xray-extension-spring-boot-4.3.0
4.2.x
aws-xray-extension-spring-boot-4.2.0
4.1.x
aws-xray-extension-spring-boot-4.1.0
4.0.x
aws-xray-extension-spring-boot-4.0.0
aws-xray-extension-spring-boot-4.0.0-M8
aws-xray-extension-spring-boot-4.0.0-M7
aws-xray-extension-spring-boot-4.0.0-M6
aws-xray-extension-spring-boot-4.0.0-M5
aws-xray-extension-spring-boot-4.0.0-M4

How to add a dependency to Maven

Add the following com.jashmore : aws-xray-extension-spring-boot maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jashmore</groupId>
    <artifactId>aws-xray-extension-spring-boot</artifactId>
    <version>6.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jashmore : aws-xray-extension-spring-boot gradle dependency to your build.gradle file:

implementation 'com.jashmore:aws-xray-extension-spring-boot:6.0.0'

Gradle Kotlin DSL: Add the following com.jashmore : aws-xray-extension-spring-boot gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jashmore:aws-xray-extension-spring-boot:6.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jashmore : aws-xray-extension-spring-boot sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jashmore" % "aws-xray-extension-spring-boot" % "6.0.0"