is not current version
Last Version 2.0.13

org.jackstaff.grpc:grpc-spring-boot-starter 1.0

Jackstaff Grpc: A java RPC framework , gRPC based and compatible with gRPC, gRPC Spring Boot Starter

Categories

Categories

Spring Boot Container Microservices gRPC Net Networking
GroupId

GroupId

org.jackstaff.grpc
ArtifactId

ArtifactId

grpc-spring-boot-starter
Version

Version

1.0
Type

Type

jar

Download grpc-spring-boot-starter 1.0


<!-- https://jarcasting.com/artifacts/org.jackstaff.grpc/grpc-spring-boot-starter/ -->
<dependency>
    <groupId>org.jackstaff.grpc</groupId>
    <artifactId>grpc-spring-boot-starter</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jackstaff.grpc/grpc-spring-boot-starter/
implementation 'org.jackstaff.grpc:grpc-spring-boot-starter:1.0'
// https://jarcasting.com/artifacts/org.jackstaff.grpc/grpc-spring-boot-starter/
implementation ("org.jackstaff.grpc:grpc-spring-boot-starter:1.0")
'org.jackstaff.grpc:grpc-spring-boot-starter:jar:1.0'
<dependency org="org.jackstaff.grpc" name="grpc-spring-boot-starter" rev="1.0">
  <artifact name="grpc-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jackstaff.grpc', module='grpc-spring-boot-starter', version='1.0')
)
libraryDependencies += "org.jackstaff.grpc" % "grpc-spring-boot-starter" % "1.0"
[org.jackstaff.grpc/grpc-spring-boot-starter "1.0"]