spring

Tools for automatically wiring up and starting a gRPC service using Spring.

License

License

Categories

Categories

gRPC Net Networking
GroupId

GroupId

com.wxipad.wechat
ArtifactId

ArtifactId

grpc
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

spring
Tools for automatically wiring up and starting a gRPC service using Spring.
Project URL

Project URL

https://github.com/l10178/grpc-java-starter

Download grpc

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
io.grpc : grpc-netty-shaded jar 1.18.0
io.grpc : grpc-stub jar 1.18.0

provided (1)

Group / Artifact Type Version
org.springframework : spring-context Optional jar 4.2.0.RELEASE

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.1