| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы Dubbo Сеть Networking |
| Группа | Группаxyz.lxie |
| Идентификатор | Идентификаторspring-boot-starter-dubbo |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеspring-boot-starter-dubbo
Spring Boot Starter Parent
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/xyz.lxie/spring-boot-starter-dubbo/ -->
<dependency>
<groupId>xyz.lxie</groupId>
<artifactId>spring-boot-starter-dubbo</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.lxie/spring-boot-starter-dubbo/
implementation 'xyz.lxie:spring-boot-starter-dubbo:1.0.0'
// https://jarcasting.com/artifacts/xyz.lxie/spring-boot-starter-dubbo/
implementation ("xyz.lxie:spring-boot-starter-dubbo:1.0.0")
'xyz.lxie:spring-boot-starter-dubbo:jar:1.0.0'
<dependency org="xyz.lxie" name="spring-boot-starter-dubbo" rev="1.0.0">
<artifact name="spring-boot-starter-dubbo" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.lxie', module='spring-boot-starter-dubbo', version='1.0.0')
)
libraryDependencies += "xyz.lxie" % "spring-boot-starter-dubbo" % "1.0.0"
[xyz.lxie/spring-boot-starter-dubbo "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 1.3.8.RELEASE |
| org.springframework.boot : spring-boot-configuration-processor Необязательный | jar | 1.3.8.RELEASE |
| org.springframework.boot : spring-boot-actuator Необязательный | jar | 1.3.8.RELEASE |
| com.alibaba : dubbo | jar | 2.5.3 |