MVN

com.github.cherrythefatbunny : reactive-dubbo-starter

Maven & Gradle

Apr 20, 2020
7 stars

reactive-dubbo-starter · spring boot starter of reactive support for dubbo based on reactor

<dependency>
    <groupId>com.github.cherrythefatbunny</groupId>
    <artifactId>reactive-dubbo-starter</artifactId>
    <version>2.10.10.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.cherrythefatbunny : reactive-dubbo-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.10.10.10

All Versions

Choose a version of com.github.cherrythefatbunny : reactive-dubbo-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.10.x
reactive-dubbo-starter-2.10.10.10
reactive-dubbo-starter-2.10.10
2.x.x
reactive-dubbo-starter-2.x.x
1.0.x
reactive-dubbo-starter-1.0.2
reactive-dubbo-starter-1.0.1
reactive-dubbo-starter-1.0.0

How to add a dependency to Maven

Add the following com.github.cherrythefatbunny : reactive-dubbo-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.cherrythefatbunny</groupId>
    <artifactId>reactive-dubbo-starter</artifactId>
    <version>2.10.10.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.cherrythefatbunny : reactive-dubbo-starter gradle dependency to your build.gradle file:

implementation 'com.github.cherrythefatbunny:reactive-dubbo-starter:2.10.10.10'

Gradle Kotlin DSL: Add the following com.github.cherrythefatbunny : reactive-dubbo-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.cherrythefatbunny:reactive-dubbo-starter:2.10.10.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.cherrythefatbunny : reactive-dubbo-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.cherrythefatbunny" % "reactive-dubbo-starter" % "2.10.10.10"