is not current version
Last Version 2.0.13

org.jackstaff.grpc:grpc-core 1.0.3

Jackstaff Grpc Core: A java RPC framework , gRPC based and compatible with gRPC

Categories

Categories

gRPC Net Networking
GroupId

GroupId

org.jackstaff.grpc
ArtifactId

ArtifactId

grpc-core
Version

Version

1.0.3
Type

Type

jar

Download grpc-core 1.0.3


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