| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы Dubbo Сеть Networking |
| Группа | Группаcom.gitee.reger |
| Идентификатор | Идентификаторspring-boot-starter-dubbo-example |
| Последняя версия | Последняя версия1.0.7 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеspring-boot-starter-dubbo-example
这是一个spring-boot-starter-dubbo的示例项目
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| spring-boot-starter-dubbo-example-1.0.7.pom | 3 KB |
| Обзор |
<!-- 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"]