MVN

vip.wuweijie.camel : camel-rocketmq

Maven & Gradle

Apr 21, 2020
14 stars

camel-rocketmq · Camel RocketMQ Component

<dependency>
    <groupId>vip.wuweijie.camel</groupId>
    <artifactId>camel-rocketmq</artifactId>
    <version>3.2.0-0.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.2.0-0.0.2

All Versions

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

Version Vulnerabilities Updated
3.2.x
camel-rocketmq-3.2.0-0.0.2
camel-rocketmq-3.2.0-0.0.1
2.25.x
camel-rocketmq-2.25.0-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>vip.wuweijie.camel</groupId>
    <artifactId>camel-rocketmq</artifactId>
    <version>3.2.0-0.0.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'vip.wuweijie.camel:camel-rocketmq:3.2.0-0.0.2'

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

implementation("vip.wuweijie.camel:camel-rocketmq:3.2.0-0.0.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "vip.wuweijie.camel" % "camel-rocketmq" % "3.2.0-0.0.2"

Advertisement