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