MVN

com.github.kimffy24 : ejoker-mq-rocketmq

Maven & Gradle

Sep 25, 2021
4 stars

Use rocketmq as the message middlware

<dependency>
    <groupId>com.github.kimffy24</groupId>
    <artifactId>ejoker-mq-rocketmq</artifactId>
    <version>3.0.7.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.kimffy24 : ejoker-mq-rocketmq to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.7.1
  • Latest Release Candidate: 2.2.0-rc

All Versions

Choose a version of com.github.kimffy24 : ejoker-mq-rocketmq to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
ejoker-mq-rocketmq-3.0.7.1
ejoker-mq-rocketmq-3.0.7
ejoker-mq-rocketmq-3.0.5
ejoker-mq-rocketmq-3.0.3
ejoker-mq-rocketmq-3.0.1
ejoker-mq-rocketmq-3.0.0
2.2.x
ejoker-mq-rocketmq-2.2.3
ejoker-mq-rocketmq-2.2.0-rc

How to add a dependency to Maven

Add the following com.github.kimffy24 : ejoker-mq-rocketmq maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.kimffy24</groupId>
    <artifactId>ejoker-mq-rocketmq</artifactId>
    <version>3.0.7.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.kimffy24 : ejoker-mq-rocketmq gradle dependency to your build.gradle file:

implementation 'com.github.kimffy24:ejoker-mq-rocketmq:3.0.7.1'

Gradle Kotlin DSL: Add the following com.github.kimffy24 : ejoker-mq-rocketmq gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.kimffy24:ejoker-mq-rocketmq:3.0.7.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.kimffy24 : ejoker-mq-rocketmq sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.kimffy24" % "ejoker-mq-rocketmq" % "3.0.7.1"