is not current version
Last Version 0.16.1

io.github.wechaty:grpc 0.11.25

Wechaty is a Wechat Bot SDK for Personal Account that lets you create software to extend the functionality of the Wechat, writen in Node.js with TypeScript, Support all platforms including Linux, Windows, Darwin(OSX/Mac) and Docker.

Categories

Categories

gRPC Net Networking
GroupId

GroupId

io.github.wechaty
ArtifactId

ArtifactId

grpc
Version

Version

0.11.25
Type

Type

jar

Download grpc 0.11.25


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