| License |
License |
|---|---|
| Categories |
CategoriesgRPC Net Networking |
| GroupId | GroupIdcom.github.xiaodongw |
| ArtifactId | ArtifactIdgrpc-kt-stub |
| Last Version | Last Version0.3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiongrpc-kt
GRPC stub & compiler for Kotlin Coroutine
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| grpc-kt-stub-0.3.0.pom | |
| grpc-kt-stub-0.3.0.jar | 67 KB |
| grpc-kt-stub-0.3.0-sources.jar | 5 KB |
| grpc-kt-stub-0.3.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.xiaodongw/grpc-kt-stub/ -->
<dependency>
<groupId>com.github.xiaodongw</groupId>
<artifactId>grpc-kt-stub</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xiaodongw/grpc-kt-stub/
implementation 'com.github.xiaodongw:grpc-kt-stub:0.3.0'
// https://jarcasting.com/artifacts/com.github.xiaodongw/grpc-kt-stub/
implementation ("com.github.xiaodongw:grpc-kt-stub:0.3.0")
'com.github.xiaodongw:grpc-kt-stub:jar:0.3.0'
<dependency org="com.github.xiaodongw" name="grpc-kt-stub" rev="0.3.0">
<artifact name="grpc-kt-stub" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xiaodongw', module='grpc-kt-stub', version='0.3.0')
)
libraryDependencies += "com.github.xiaodongw" % "grpc-kt-stub" % "0.3.0"
[com.github.xiaodongw/grpc-kt-stub "0.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.grpc : grpc-netty | jar | 1.15.1 |
| io.grpc : grpc-protobuf | jar | 1.15.1 |
| io.grpc : grpc-stub | jar | 1.15.1 |
| org.jetbrains.kotlinx : kotlinx-coroutines-jdk8 | jar | 1.0.0 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.1.0 |