g

grpc-android

Jackstaff gRPC framework, Smooth and friendly use of gRPC, android client
https://github.com/jackstaff/grpc
The Apache Software License, Version 2.0
reco
Files download
File Operation
grpc-android-2.0.13.jar download
grpc-android-2.0.13.pom download
grpc-android-2.0.13-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jackstaff.grpc</groupId>
  <artifactId>grpc-android</artifactId>
  <version>2.0.13</version>
</dependency>
Gradle Groovy
implementation 'org.jackstaff.grpc:grpc-android:2.0.13'
Gradle Kotlin
implementation("org.jackstaff.grpc:grpc-android:2.0.13")
Scala SBT
libraryDependencies += "org.jackstaff.grpc" % "grpc-android" % "2.0.13"
Groovy Grape
@Grapes(
  @Grab(group='org.jackstaff.grpc', module='grpc-android', version='2.0.13')
)
Apache Ivy
<dependency org="org.jackstaff.grpc" name="grpc-android" rev="2.0.13" />
Leiningen
[org.jackstaff.grpc/grpc-android "2.0.13"]
Apache Buildr
'org.jackstaff.grpc:grpc-android:jar:2.0.13'