| Категории |
КатегорииSpring Boot Контейнер Микросервисы Dubbo Сеть Networking |
|---|---|
| Группа | Группаcom.github.wu191287278 |
| Идентификатор | Идентификаторspring-boot-starter-dubbo |
| Версия | Версия1.5.4 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.wu191287278/spring-boot-starter-dubbo/ -->
<dependency>
<groupId>com.github.wu191287278</groupId>
<artifactId>spring-boot-starter-dubbo</artifactId>
<version>1.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wu191287278/spring-boot-starter-dubbo/
implementation 'com.github.wu191287278:spring-boot-starter-dubbo:1.5.4'
// https://jarcasting.com/artifacts/com.github.wu191287278/spring-boot-starter-dubbo/
implementation ("com.github.wu191287278:spring-boot-starter-dubbo:1.5.4")
'com.github.wu191287278:spring-boot-starter-dubbo:jar:1.5.4'
<dependency org="com.github.wu191287278" name="spring-boot-starter-dubbo" rev="1.5.4">
<artifact name="spring-boot-starter-dubbo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wu191287278', module='spring-boot-starter-dubbo', version='1.5.4')
)
libraryDependencies += "com.github.wu191287278" % "spring-boot-starter-dubbo" % "1.5.4"
[com.github.wu191287278/spring-boot-starter-dubbo "1.5.4"]