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