MVN

icu.wwj.camel : camel-rocketmq

Maven & Gradle

Nov 21, 2022
14 stars

camel-rocketmq · Camel RocketMQ Component

<dependency>
    <groupId>icu.wwj.camel</groupId>
    <artifactId>camel-rocketmq</artifactId>
    <version>3.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of icu.wwj.camel : camel-rocketmq to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.0
  • Latest Release Candidate: 3.2.0-RC1

All Versions

Choose a version of icu.wwj.camel : camel-rocketmq to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
camel-rocketmq-3.2.0
camel-rocketmq-3.2.0-RC1

How to add a dependency to Maven

Add the following icu.wwj.camel : camel-rocketmq maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>icu.wwj.camel</groupId>
    <artifactId>camel-rocketmq</artifactId>
    <version>3.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following icu.wwj.camel : camel-rocketmq gradle dependency to your build.gradle file:

implementation 'icu.wwj.camel:camel-rocketmq:3.2.0'

Gradle Kotlin DSL: Add the following icu.wwj.camel : camel-rocketmq gradle kotlin dependency to your build.gradle.kts file:

implementation("icu.wwj.camel:camel-rocketmq:3.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following icu.wwj.camel : camel-rocketmq sbt scala dependency to your build.sbt file:

libraryDependencies += "icu.wwj.camel" % "camel-rocketmq" % "3.2.0"