MVN

be.looorent : jflu-producer-rabbitmq

Maven & Gradle

May 09, 2023
2 usages
3 stars

jflu-producer-rabbitmq · JFlu Connector to emit event to RabbitMQ

<dependency>
    <groupId>be.looorent</groupId>
    <artifactId>jflu-producer-rabbitmq</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of be.looorent : jflu-producer-rabbitmq to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0

All Versions

Choose a version of be.looorent : jflu-producer-rabbitmq to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
jflu-producer-rabbitmq-3.0.0
1.1.x
jflu-producer-rabbitmq-1.1.4
jflu-producer-rabbitmq-1.1.3
jflu-producer-rabbitmq-1.1.2
jflu-producer-rabbitmq-1.1.1
jflu-producer-rabbitmq-1.1.0
1.0.x
jflu-producer-rabbitmq-1.0.13
jflu-producer-rabbitmq-1.0.12
jflu-producer-rabbitmq-1.0.10
jflu-producer-rabbitmq-1.0.9
jflu-producer-rabbitmq-1.0.8
jflu-producer-rabbitmq-1.0.7
jflu-producer-rabbitmq-1.0.6
jflu-producer-rabbitmq-1.0.5
jflu-producer-rabbitmq-1.0.4
jflu-producer-rabbitmq-1.0.3
jflu-producer-rabbitmq-1.0.2
jflu-producer-rabbitmq-1.0.1
jflu-producer-rabbitmq-1.0.0
0.14.x
jflu-producer-rabbitmq-0.14.3
jflu-producer-rabbitmq-0.14.2
jflu-producer-rabbitmq-0.14.1
jflu-producer-rabbitmq-0.14.0
0.13.x
jflu-producer-rabbitmq-0.13.7
jflu-producer-rabbitmq-0.13.6
jflu-producer-rabbitmq-0.13.5
jflu-producer-rabbitmq-0.13.4
jflu-producer-rabbitmq-0.13.3
jflu-producer-rabbitmq-0.13.2
jflu-producer-rabbitmq-0.13.1
jflu-producer-rabbitmq-0.13.0
0.12
jflu-producer-rabbitmq-0.12
0.11
jflu-producer-rabbitmq-0.11
0.10
jflu-producer-rabbitmq-0.10
0.9
jflu-producer-rabbitmq-0.9
0.8
jflu-producer-rabbitmq-0.8
0.7
jflu-producer-rabbitmq-0.7
0.6
jflu-producer-rabbitmq-0.6
0.5
jflu-producer-rabbitmq-0.5
0.4
jflu-producer-rabbitmq-0.4
0.3
jflu-producer-rabbitmq-0.3
0.2
jflu-producer-rabbitmq-0.2
0.1
jflu-producer-rabbitmq-0.1

How to add a dependency to Maven

Add the following be.looorent : jflu-producer-rabbitmq maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>be.looorent</groupId>
    <artifactId>jflu-producer-rabbitmq</artifactId>
    <version>3.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following be.looorent : jflu-producer-rabbitmq gradle dependency to your build.gradle file:

implementation 'be.looorent:jflu-producer-rabbitmq:3.0.0'

Gradle Kotlin DSL: Add the following be.looorent : jflu-producer-rabbitmq gradle kotlin dependency to your build.gradle.kts file:

implementation("be.looorent:jflu-producer-rabbitmq:3.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following be.looorent : jflu-producer-rabbitmq sbt scala dependency to your build.sbt file:

libraryDependencies += "be.looorent" % "jflu-producer-rabbitmq" % "3.0.0"

Advertisement