License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcn.yukonga |
ArtifactId | ArtifactIdyrpc-spring-boot-starter |
Version | Version1.1.RELEASE |
Type | Typejar |
Description |
Descriptioncn.yukonga:yrpc-spring-boot-starter
a small fast rpc framework
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
io.netty : netty-all | jar | 4.1.31.Final |
org.springframework.boot : spring-boot-configuration-processor Optional | 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 |