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