License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Dubbo Net Networking |
GroupId | GroupIdcom.gitee.reger |
ArtifactId | ArtifactIdspring-boot-starter-dubbo-example |
Last Version | Last Version1.0.7 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionspring-boot-starter-dubbo-example
这是一个spring-boot-starter-dubbo的示例项目
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-boot-starter-dubbo-example-1.0.7.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.reger/spring-boot-starter-dubbo-example/ -->
<dependency>
<groupId>com.gitee.reger</groupId>
<artifactId>spring-boot-starter-dubbo-example</artifactId>
<version>1.0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.reger/spring-boot-starter-dubbo-example/
implementation 'com.gitee.reger:spring-boot-starter-dubbo-example:1.0.7'
// https://jarcasting.com/artifacts/com.gitee.reger/spring-boot-starter-dubbo-example/
implementation ("com.gitee.reger:spring-boot-starter-dubbo-example:1.0.7")
'com.gitee.reger:spring-boot-starter-dubbo-example:pom:1.0.7'
<dependency org="com.gitee.reger" name="spring-boot-starter-dubbo-example" rev="1.0.7">
<artifact name="spring-boot-starter-dubbo-example" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gitee.reger', module='spring-boot-starter-dubbo-example', version='1.0.7')
)
libraryDependencies += "com.gitee.reger" % "spring-boot-starter-dubbo-example" % "1.0.7"
[com.gitee.reger/spring-boot-starter-dubbo-example "1.0.7"]