License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Dubbo Net Networking |
GroupId | GroupIdio.dubbo.springboot |
ArtifactId | ArtifactIdspring-boot-starter-dubbo |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-boot-starter-dubbo
Spring Boot Starter Parent
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.dubbo.springboot/spring-boot-starter-dubbo/ -->
<dependency>
<groupId>io.dubbo.springboot</groupId>
<artifactId>spring-boot-starter-dubbo</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.dubbo.springboot/spring-boot-starter-dubbo/
implementation 'io.dubbo.springboot:spring-boot-starter-dubbo:1.0.0'
// https://jarcasting.com/artifacts/io.dubbo.springboot/spring-boot-starter-dubbo/
implementation ("io.dubbo.springboot:spring-boot-starter-dubbo:1.0.0")
'io.dubbo.springboot:spring-boot-starter-dubbo:jar:1.0.0'
<dependency org="io.dubbo.springboot" name="spring-boot-starter-dubbo" rev="1.0.0">
<artifact name="spring-boot-starter-dubbo" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dubbo.springboot', module='spring-boot-starter-dubbo', version='1.0.0')
)
libraryDependencies += "io.dubbo.springboot" % "spring-boot-starter-dubbo" % "1.0.0"
[io.dubbo.springboot/spring-boot-starter-dubbo "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 1.3.6.RELEASE |
com.alibaba : dubbo | jar | 2.5.3 |
com.101tec : zkclient | jar | 0.7 |