MVN

com.spotify : scio-grpc_2.13

Maven & Gradle

Aug 18, 2023
2.5k stars

scio-grpc · Scio add-on for gRPC

<dependency>
    <groupId>com.spotify</groupId>
    <artifactId>scio-grpc_2.13</artifactId>
    <version>0.13.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.spotify : scio-grpc_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.13.2
  • Latest Release Candidate: 0.13.0-RC1

All Versions

Choose a version of com.spotify : scio-grpc_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.14.x
scio-grpc_2.13-0.14.0-dev1
scio-grpc_2.13-0.14.0-dev0
0.13.x
scio-grpc_2.13-0.13.2
scio-grpc_2.13-0.13.1
scio-grpc_2.13-0.13.0
scio-grpc_2.13-0.13.0-RC1
0.12.x
scio-grpc_2.13-0.12.8
scio-grpc_2.13-0.12.7
scio-grpc_2.13-0.12.6
scio-grpc_2.13-0.12.5
scio-grpc_2.13-0.12.4
scio-grpc_2.13-0.12.3
scio-grpc_2.13-0.12.2
scio-grpc_2.13-0.12.1
scio-grpc_2.13-0.12.0
scio-grpc_2.13-0.12.0-RC2

How to add a dependency to Maven

Add the following com.spotify : scio-grpc_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.spotify</groupId>
    <artifactId>scio-grpc_2.13</artifactId>
    <version>0.13.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.spotify : scio-grpc_2.13 gradle dependency to your build.gradle file:

implementation 'com.spotify:scio-grpc_2.13:0.13.2'

Gradle Kotlin DSL: Add the following com.spotify : scio-grpc_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.spotify:scio-grpc_2.13:0.13.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.spotify : scio-grpc_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.spotify" % "scio-grpc_2.13" % "0.13.2"

Advertisement