| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаcn.yukonga |
| Идентификатор | Идентификаторyrpc-spring-boot-starter |
| Версия | Версия1.1.RELEASE |
| Тип | Типjar |
| Описание |
Описаниеcn.yukonga:yrpc-spring-boot-starter
a small fast rpc framework
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/cn.yukonga/yrpc-spring-boot-starter/ -->
<dependency>
<groupId>cn.yukonga</groupId>
<artifactId>yrpc-spring-boot-starter</artifactId>
<version>1.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.yukonga/yrpc-spring-boot-starter/
implementation 'cn.yukonga:yrpc-spring-boot-starter:1.1.RELEASE'
// https://jarcasting.com/artifacts/cn.yukonga/yrpc-spring-boot-starter/
implementation ("cn.yukonga:yrpc-spring-boot-starter:1.1.RELEASE")
'cn.yukonga:yrpc-spring-boot-starter:jar:1.1.RELEASE'
<dependency org="cn.yukonga" name="yrpc-spring-boot-starter" rev="1.1.RELEASE">
<artifact name="yrpc-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.yukonga', module='yrpc-spring-boot-starter', version='1.1.RELEASE')
)
libraryDependencies += "cn.yukonga" % "yrpc-spring-boot-starter" % "1.1.RELEASE"
[cn.yukonga/yrpc-spring-boot-starter "1.1.RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.netty : netty-all | jar | 4.1.31.Final |
| org.springframework.boot : spring-boot-configuration-processor Необязательный | jar | 2.1.1.RELEASE |
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.1.1.RELEASE |
| org.reflections : reflections | jar | 0.9.10 |
| org.apache.zookeeper : zookeeper | jar | 3.4.6 |
| com.dyuproject.protostuff : protostuff-core | jar | 1.0.8 |
| com.dyuproject.protostuff : protostuff-runtime | jar | 1.0.8 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.8.1 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.7 |
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.8.1 |