| License |
License |
|---|---|
| Categories |
CategoriesgRPC Net Networking |
| GroupId | GroupIdio.github.wechaty |
| ArtifactId | ArtifactIdgrpc |
| Version | Version0.16.1 |
| Type | Typejar |
| Description |
Descriptionwechaty-grpc
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.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| grpc-0.16.1.pom | |
| grpc-0.16.1.jar | 1 MB |
| grpc-0.16.1-sources.jar | 172 KB |
| grpc-0.16.1-javadoc.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.wechaty/grpc/ -->
<dependency>
<groupId>io.github.wechaty</groupId>
<artifactId>grpc</artifactId>
<version>0.16.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.wechaty/grpc/
implementation 'io.github.wechaty:grpc:0.16.1'
// https://jarcasting.com/artifacts/io.github.wechaty/grpc/
implementation ("io.github.wechaty:grpc:0.16.1")
'io.github.wechaty:grpc:jar:0.16.1'
<dependency org="io.github.wechaty" name="grpc" rev="0.16.1">
<artifact name="grpc" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.wechaty', module='grpc', version='0.16.1')
)
libraryDependencies += "io.github.wechaty" % "grpc" % "0.16.1"
[io.github.wechaty/grpc "0.16.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.protobuf : protobuf-java | jar | 3.12.0 |
| com.google.protobuf : protobuf-java-util | jar | 3.12.0 |
| io.grpc : grpc-netty-shaded | jar | 1.29.0 |
| io.grpc : grpc-protobuf | jar | 1.29.0 |
| io.grpc : grpc-stub | jar | 1.29.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.grpc : grpc-kotlin-stub | jar | 0.1.1 |
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.72 |
| org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.3.4 |