MVN

com.tradeshift : spring-rabbitmq-tuning-lib

Maven & Gradle

May 23, 2022
39 stars

Spring RabbitMQ Tuning Library · This library was created to make it easier to configure RabbitMQ within Spring and to establish a pattern for queues architecture.

<dependency>
    <groupId>com.tradeshift</groupId>
    <artifactId>spring-rabbitmq-tuning-lib</artifactId>
    <version>0.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tradeshift : spring-rabbitmq-tuning-lib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.3

All Versions

Choose a version of com.tradeshift : spring-rabbitmq-tuning-lib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
spring-rabbitmq-tuning-lib-0.1.3
spring-rabbitmq-tuning-lib-0.1.2
spring-rabbitmq-tuning-lib-0.1.1
spring-rabbitmq-tuning-lib-0.1.0
0.0.x
spring-rabbitmq-tuning-lib-0.0.1

How to add a dependency to Maven

Add the following com.tradeshift : spring-rabbitmq-tuning-lib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tradeshift</groupId>
    <artifactId>spring-rabbitmq-tuning-lib</artifactId>
    <version>0.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tradeshift : spring-rabbitmq-tuning-lib gradle dependency to your build.gradle file:

implementation 'com.tradeshift:spring-rabbitmq-tuning-lib:0.1.3'

Gradle Kotlin DSL: Add the following com.tradeshift : spring-rabbitmq-tuning-lib gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tradeshift:spring-rabbitmq-tuning-lib:0.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tradeshift : spring-rabbitmq-tuning-lib sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tradeshift" % "spring-rabbitmq-tuning-lib" % "0.1.3"

Advertisement