MVN

org.nanoframework : nano-concurrent-rocketmq

Maven & Gradle

Nov 24, 2017
1 usages

Nano Concurrent RocketMQ

<dependency>
    <groupId>org.nanoframework</groupId>
    <artifactId>nano-concurrent-rocketmq</artifactId>
    <version>1.4.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.nanoframework : nano-concurrent-rocketmq to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.10

All Versions

Choose a version of org.nanoframework : nano-concurrent-rocketmq to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
nano-concurrent-rocketmq-1.4.10
nano-concurrent-rocketmq-1.4.9

How to add a dependency to Maven

Add the following org.nanoframework : nano-concurrent-rocketmq maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.nanoframework</groupId>
    <artifactId>nano-concurrent-rocketmq</artifactId>
    <version>1.4.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.nanoframework : nano-concurrent-rocketmq gradle dependency to your build.gradle file:

implementation 'org.nanoframework:nano-concurrent-rocketmq:1.4.10'

Gradle Kotlin DSL: Add the following org.nanoframework : nano-concurrent-rocketmq gradle kotlin dependency to your build.gradle.kts file:

implementation("org.nanoframework:nano-concurrent-rocketmq:1.4.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.nanoframework : nano-concurrent-rocketmq sbt scala dependency to your build.sbt file:

libraryDependencies += "org.nanoframework" % "nano-concurrent-rocketmq" % "1.4.10"