Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcn.yukonga |
ArtifactId | ArtifactIdyrpc-spring-boot-starter |
Version | Version1.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.yukonga/yrpc-spring-boot-starter/ -->
<dependency>
<groupId>cn.yukonga</groupId>
<artifactId>yrpc-spring-boot-starter</artifactId>
<version>1.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.yukonga/yrpc-spring-boot-starter/
implementation 'cn.yukonga:yrpc-spring-boot-starter:1.0.RELEASE'
// https://jarcasting.com/artifacts/cn.yukonga/yrpc-spring-boot-starter/
implementation ("cn.yukonga:yrpc-spring-boot-starter:1.0.RELEASE")
'cn.yukonga:yrpc-spring-boot-starter:jar:1.0.RELEASE'
<dependency org="cn.yukonga" name="yrpc-spring-boot-starter" rev="1.0.RELEASE">
<artifact name="yrpc-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.yukonga', module='yrpc-spring-boot-starter', version='1.0.RELEASE')
)
libraryDependencies += "cn.yukonga" % "yrpc-spring-boot-starter" % "1.0.RELEASE"
[cn.yukonga/yrpc-spring-boot-starter "1.0.RELEASE"]