| License | License | 
|---|---|
| Categories | CategoriesSpring Boot Container Microservices Dubbo Net Networking | 
| GroupId | GroupIdxyz.lxie | 
| 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/xyz.lxie/spring-boot-starter-dubbo/ -->
<dependency>
    <groupId>xyz.lxie</groupId>
    <artifactId>spring-boot-starter-dubbo</artifactId>
    <version>1.0.0</version>
</dependency>// https://jarcasting.com/artifacts/xyz.lxie/spring-boot-starter-dubbo/
implementation 'xyz.lxie:spring-boot-starter-dubbo:1.0.0'// https://jarcasting.com/artifacts/xyz.lxie/spring-boot-starter-dubbo/
implementation ("xyz.lxie:spring-boot-starter-dubbo:1.0.0")'xyz.lxie:spring-boot-starter-dubbo:jar:1.0.0'<dependency org="xyz.lxie" name="spring-boot-starter-dubbo" rev="1.0.0">
  <artifact name="spring-boot-starter-dubbo" type="jar" />
</dependency>@Grapes(
@Grab(group='xyz.lxie', module='spring-boot-starter-dubbo', version='1.0.0')
)libraryDependencies += "xyz.lxie" % "spring-boot-starter-dubbo" % "1.0.0"[xyz.lxie/spring-boot-starter-dubbo "1.0.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 1.3.8.RELEASE | 
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 1.3.8.RELEASE | 
| org.springframework.boot : spring-boot-actuator Optional | jar | 1.3.8.RELEASE | 
| com.alibaba : dubbo | jar | 2.5.3 |