MVN

com.feedzai.commons.tracing : rabbitmq

Maven & Gradle

Jul 25, 2019
0 stars
<dependency>
    <groupId>com.feedzai.commons.tracing</groupId>
    <artifactId>rabbitmq</artifactId>
    <version>1.0.23</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.feedzai.commons.tracing : rabbitmq to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.23

All Versions

Choose a version of com.feedzai.commons.tracing : rabbitmq to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
rabbitmq-1.0.23
rabbitmq-1.0.22
rabbitmq-1.0.21

How to add a dependency to Maven

Add the following com.feedzai.commons.tracing : rabbitmq maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.feedzai.commons.tracing</groupId>
    <artifactId>rabbitmq</artifactId>
    <version>1.0.23</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.feedzai.commons.tracing : rabbitmq gradle dependency to your build.gradle file:

implementation 'com.feedzai.commons.tracing:rabbitmq:1.0.23'

Gradle Kotlin DSL: Add the following com.feedzai.commons.tracing : rabbitmq gradle kotlin dependency to your build.gradle.kts file:

implementation("com.feedzai.commons.tracing:rabbitmq:1.0.23")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.feedzai.commons.tracing : rabbitmq sbt scala dependency to your build.sbt file:

libraryDependencies += "com.feedzai.commons.tracing" % "rabbitmq" % "1.0.23"