Categories |
CategoriesSpring Boot Container Microservices Dubbo Net Networking |
---|---|
GroupId | GroupIdcom.github.wu191287278 |
ArtifactId | ArtifactIdspring-boot-starter-dubbo |
Version | Version1.5.31 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.wu191287278/spring-boot-starter-dubbo/ -->
<dependency>
<groupId>com.github.wu191287278</groupId>
<artifactId>spring-boot-starter-dubbo</artifactId>
<version>1.5.31</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wu191287278/spring-boot-starter-dubbo/
implementation 'com.github.wu191287278:spring-boot-starter-dubbo:1.5.31'
// https://jarcasting.com/artifacts/com.github.wu191287278/spring-boot-starter-dubbo/
implementation ("com.github.wu191287278:spring-boot-starter-dubbo:1.5.31")
'com.github.wu191287278:spring-boot-starter-dubbo:jar:1.5.31'
<dependency org="com.github.wu191287278" name="spring-boot-starter-dubbo" rev="1.5.31">
<artifact name="spring-boot-starter-dubbo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wu191287278', module='spring-boot-starter-dubbo', version='1.5.31')
)
libraryDependencies += "com.github.wu191287278" % "spring-boot-starter-dubbo" % "1.5.31"
[com.github.wu191287278/spring-boot-starter-dubbo "1.5.31"]