| Categories | CategoriesSpring Boot Container Microservices Dubbo Net Networking | 
|---|---|
| GroupId | GroupIdorg.dromara | 
| ArtifactId | ArtifactIdhmily-spring-boot-starter-apache-dubbo | 
| Version | Version2.0.5-RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.dromara/hmily-spring-boot-starter-apache-dubbo/ -->
<dependency>
    <groupId>org.dromara</groupId>
    <artifactId>hmily-spring-boot-starter-apache-dubbo</artifactId>
    <version>2.0.5-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.dromara/hmily-spring-boot-starter-apache-dubbo/
implementation 'org.dromara:hmily-spring-boot-starter-apache-dubbo:2.0.5-RELEASE'// https://jarcasting.com/artifacts/org.dromara/hmily-spring-boot-starter-apache-dubbo/
implementation ("org.dromara:hmily-spring-boot-starter-apache-dubbo:2.0.5-RELEASE")'org.dromara:hmily-spring-boot-starter-apache-dubbo:jar:2.0.5-RELEASE'<dependency org="org.dromara" name="hmily-spring-boot-starter-apache-dubbo" rev="2.0.5-RELEASE">
  <artifact name="hmily-spring-boot-starter-apache-dubbo" type="jar" />
</dependency>@Grapes(
@Grab(group='org.dromara', module='hmily-spring-boot-starter-apache-dubbo', version='2.0.5-RELEASE')
)libraryDependencies += "org.dromara" % "hmily-spring-boot-starter-apache-dubbo" % "2.0.5-RELEASE"[org.dromara/hmily-spring-boot-starter-apache-dubbo "2.0.5-RELEASE"]