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