MVN

com.github.wu191287278 : spring-boot-starter-dubbo

Maven & Gradle

Jun 14, 2017
1 usages
26 stars

Spring Boot Dubbo Rpc · Spring Boot Dubbo Rpc

<dependency>
    <groupId>com.github.wu191287278</groupId>
    <artifactId>spring-boot-starter-dubbo</artifactId>
    <version>1.5.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.wu191287278 : spring-boot-starter-dubbo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.4

All Versions

Choose a version of com.github.wu191287278 : spring-boot-starter-dubbo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
spring-boot-starter-dubbo-1.5.33
spring-boot-starter-dubbo-1.5.32
spring-boot-starter-dubbo-1.5.31
spring-boot-starter-dubbo-1.5.4
spring-boot-starter-dubbo-1.5.3
spring-boot-starter-dubbo-1.5.2
1.4.x
spring-boot-starter-dubbo-1.4.5

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.wu191287278</groupId>
    <artifactId>spring-boot-starter-dubbo</artifactId>
    <version>1.5.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.wu191287278 : spring-boot-starter-dubbo gradle dependency to your build.gradle file:

implementation 'com.github.wu191287278:spring-boot-starter-dubbo:1.5.4'

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

implementation("com.github.wu191287278:spring-boot-starter-dubbo:1.5.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.wu191287278 : spring-boot-starter-dubbo sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.wu191287278" % "spring-boot-starter-dubbo" % "1.5.4"

Advertisement