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