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