MVN

org.jackstaff.grpc : grpc-android

Maven & Gradle

Aug 23, 2020
4 stars

grpc-android · Jackstaff gRPC framework, Smooth and friendly use of gRPC, android client

<dependency>
    <groupId>org.jackstaff.grpc</groupId>
    <artifactId>grpc-android</artifactId>
    <version>2.0.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jackstaff.grpc : grpc-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.13

All Versions

Choose a version of org.jackstaff.grpc : grpc-android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
grpc-android-2.0.13
grpc-android-2.0.12
grpc-android-2.0.11

How to add a dependency to Maven

Add the following org.jackstaff.grpc : grpc-android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jackstaff.grpc</groupId>
    <artifactId>grpc-android</artifactId>
    <version>2.0.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jackstaff.grpc : grpc-android gradle dependency to your build.gradle file:

implementation 'org.jackstaff.grpc:grpc-android:2.0.13'

Gradle Kotlin DSL: Add the following org.jackstaff.grpc : grpc-android gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jackstaff.grpc:grpc-android:2.0.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jackstaff.grpc : grpc-android sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jackstaff.grpc" % "grpc-android" % "2.0.13"

Advertisement