MVN

io.github.weihubeats : wh-mq-rocketmq

Maven & Gradle

Jul 23, 2022
24 stars
<dependency>
    <groupId>io.github.weihubeats</groupId>
    <artifactId>wh-mq-rocketmq</artifactId>
    <version>1.1.4-Release</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.weihubeats : wh-mq-rocketmq to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.4-Release

All Versions

Choose a version of io.github.weihubeats : wh-mq-rocketmq to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
wh-mq-rocketmq-1.1.4-Release
wh-mq-rocketmq-1.1.3-Release
wh-mq-rocketmq-1.1.2-Release
wh-mq-rocketmq-1.1.1-Release
wh-mq-rocketmq-1.1.0-Release
wh-mq-rocketmq-1.1.0
1.0.x
wh-mq-rocketmq-1.0.9
wh-mq-rocketmq-1.0.8
wh-mq-rocketmq-1.0.7
wh-mq-rocketmq-1.0.6
wh-mq-rocketmq-1.0.5

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.weihubeats</groupId>
    <artifactId>wh-mq-rocketmq</artifactId>
    <version>1.1.4-Release</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.weihubeats : wh-mq-rocketmq gradle dependency to your build.gradle file:

implementation 'io.github.weihubeats:wh-mq-rocketmq:1.1.4-Release'

Gradle Kotlin DSL: Add the following io.github.weihubeats : wh-mq-rocketmq gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.weihubeats:wh-mq-rocketmq:1.1.4-Release")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.weihubeats : wh-mq-rocketmq sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.weihubeats" % "wh-mq-rocketmq" % "1.1.4-Release"

Advertisement