MVN

be.looorent : jflu-producer-rabbitmq-quarkus

Maven & Gradle

May 09, 2023
1 usages
3 stars

jflu-producer-rabbitmq-quarkus · JFlu Connector for RabbitMQ on Quarkus

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

Latest Version

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

  • Latest Stable: 3.0.0

All Versions

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

Version Vulnerabilities Updated
3.0.x
jflu-producer-rabbitmq-quarkus-3.0.0
1.1.x
jflu-producer-rabbitmq-quarkus-1.1.4
jflu-producer-rabbitmq-quarkus-1.1.3
jflu-producer-rabbitmq-quarkus-1.1.2
jflu-producer-rabbitmq-quarkus-1.1.1
jflu-producer-rabbitmq-quarkus-1.1.0
1.0.x
jflu-producer-rabbitmq-quarkus-1.0.13
jflu-producer-rabbitmq-quarkus-1.0.12
jflu-producer-rabbitmq-quarkus-1.0.10
jflu-producer-rabbitmq-quarkus-1.0.9
jflu-producer-rabbitmq-quarkus-1.0.8
jflu-producer-rabbitmq-quarkus-1.0.7
jflu-producer-rabbitmq-quarkus-1.0.6
jflu-producer-rabbitmq-quarkus-1.0.5
jflu-producer-rabbitmq-quarkus-1.0.4
jflu-producer-rabbitmq-quarkus-1.0.3
jflu-producer-rabbitmq-quarkus-1.0.2
jflu-producer-rabbitmq-quarkus-1.0.1
jflu-producer-rabbitmq-quarkus-1.0.0
0.14.x
jflu-producer-rabbitmq-quarkus-0.14.3
jflu-producer-rabbitmq-quarkus-0.14.2
jflu-producer-rabbitmq-quarkus-0.14.1
jflu-producer-rabbitmq-quarkus-0.14.0
0.13.x
jflu-producer-rabbitmq-quarkus-0.13.7

How to add a dependency to Maven

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

<dependency>
    <groupId>be.looorent</groupId>
    <artifactId>jflu-producer-rabbitmq-quarkus</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-quarkus gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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