License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Dubbo Net Networking |
GroupId | GroupIdcom.alibaba.spring.boot |
ArtifactId | ArtifactIddubbo-spring-boot-starter |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondubbo-spring-boot-starter
Dubbo Spring Boot Starter
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.alibaba.spring.boot/dubbo-spring-boot-starter/ -->
<dependency>
<groupId>com.alibaba.spring.boot</groupId>
<artifactId>dubbo-spring-boot-starter</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.spring.boot/dubbo-spring-boot-starter/
implementation 'com.alibaba.spring.boot:dubbo-spring-boot-starter:2.0.0'
// https://jarcasting.com/artifacts/com.alibaba.spring.boot/dubbo-spring-boot-starter/
implementation ("com.alibaba.spring.boot:dubbo-spring-boot-starter:2.0.0")
'com.alibaba.spring.boot:dubbo-spring-boot-starter:jar:2.0.0'
<dependency org="com.alibaba.spring.boot" name="dubbo-spring-boot-starter" rev="2.0.0">
<artifact name="dubbo-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.spring.boot', module='dubbo-spring-boot-starter', version='2.0.0')
)
libraryDependencies += "com.alibaba.spring.boot" % "dubbo-spring-boot-starter" % "2.0.0"
[com.alibaba.spring.boot/dubbo-spring-boot-starter "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.alibaba : dubbo | jar | 2.6.0 |
org.springframework.boot : spring-boot-starter-actuator | jar | |
org.springframework.boot : spring-boot-starter-web Optional | jar | |
org.springframework.boot : spring-boot-starter Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar |