MVN

com.thesamet.scalapb : scalapb-runtime-grpc_2.13

Maven & Gradle

Feb 07, 2023
46 usages
1.2k stars

scalapb-runtime-grpc · scalapb-runtime-grpc

<dependency>
    <groupId>com.thesamet.scalapb</groupId>
    <artifactId>scalapb-runtime-grpc_2.13</artifactId>
    <version>0.11.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.thesamet.scalapb : scalapb-runtime-grpc_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.11.13

All Versions

Choose a version of com.thesamet.scalapb : scalapb-runtime-grpc_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.11.x
scalapb-runtime-grpc_2.13-0.11.13
scalapb-runtime-grpc_2.13-0.11.12-tmp
scalapb-runtime-grpc_2.13-0.11.12
scalapb-runtime-grpc_2.13-0.11.11
scalapb-runtime-grpc_2.13-0.11.10
scalapb-runtime-grpc_2.13-0.11.9
scalapb-runtime-grpc_2.13-0.11.8
scalapb-runtime-grpc_2.13-0.11.7
scalapb-runtime-grpc_2.13-0.11.6
scalapb-runtime-grpc_2.13-0.11.5
scalapb-runtime-grpc_2.13-0.11.4
scalapb-runtime-grpc_2.13-0.11.3
scalapb-runtime-grpc_2.13-0.11.2
scalapb-runtime-grpc_2.13-0.11.1
scalapb-runtime-grpc_2.13-0.11.0
scalapb-runtime-grpc_2.13-0.11.0-M7
scalapb-runtime-grpc_2.13-0.11.0-M6
scalapb-runtime-grpc_2.13-0.11.0-M5
scalapb-runtime-grpc_2.13-0.11.0-M4
scalapb-runtime-grpc_2.13-0.11.0-M3
scalapb-runtime-grpc_2.13-0.11.0-M2
scalapb-runtime-grpc_2.13-0.11.0-M1.test1
scalapb-runtime-grpc_2.13-0.11.0-M1
0.10.x
scalapb-runtime-grpc_2.13-0.10.11
scalapb-runtime-grpc_2.13-0.10.10
scalapb-runtime-grpc_2.13-0.10.10-preview14
scalapb-runtime-grpc_2.13-0.10.10-preview12
scalapb-runtime-grpc_2.13-0.10.10-preview11
scalapb-runtime-grpc_2.13-0.10.10-preview10
scalapb-runtime-grpc_2.13-0.10.10-preview9
scalapb-runtime-grpc_2.13-0.10.10-preview8
scalapb-runtime-grpc_2.13-0.10.10-preview7
scalapb-runtime-grpc_2.13-0.10.10-preview6
scalapb-runtime-grpc_2.13-0.10.10-preview5
scalapb-runtime-grpc_2.13-0.10.10-preview4
scalapb-runtime-grpc_2.13-0.10.10-preview3
scalapb-runtime-grpc_2.13-0.10.10-preview2
scalapb-runtime-grpc_2.13-0.10.10-preview1
scalapb-runtime-grpc_2.13-0.10.9
scalapb-runtime-grpc_2.13-0.10.8
scalapb-runtime-grpc_2.13-0.10.7
scalapb-runtime-grpc_2.13-0.10.6
scalapb-runtime-grpc_2.13-0.10.5
scalapb-runtime-grpc_2.13-0.10.4.tmp9
scalapb-runtime-grpc_2.13-0.10.4.tmp8
scalapb-runtime-grpc_2.13-0.10.4
scalapb-runtime-grpc_2.13-0.10.3
scalapb-runtime-grpc_2.13-0.10.2
scalapb-runtime-grpc_2.13-0.10.1
scalapb-runtime-grpc_2.13-0.10.0
scalapb-runtime-grpc_2.13-0.10.0-M7
scalapb-runtime-grpc_2.13-0.10.0-M6
scalapb-runtime-grpc_2.13-0.10.0-M5
scalapb-runtime-grpc_2.13-0.10.0-M4
scalapb-runtime-grpc_2.13-0.10.0-M3
scalapb-runtime-grpc_2.13-0.10.0-M2
scalapb-runtime-grpc_2.13-0.10.0-M1
0.9.x
scalapb-runtime-grpc_2.13-0.9.8
scalapb-runtime-grpc_2.13-0.9.7
scalapb-runtime-grpc_2.13-0.9.6
scalapb-runtime-grpc_2.13-0.9.5
scalapb-runtime-grpc_2.13-0.9.4
scalapb-runtime-grpc_2.13-0.9.3
scalapb-runtime-grpc_2.13-0.9.2
scalapb-runtime-grpc_2.13-0.9.1
scalapb-runtime-grpc_2.13-0.9.0
scalapb-runtime-grpc_2.13-0.9.0-M7

How to add a dependency to Maven

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

<dependency>
    <groupId>com.thesamet.scalapb</groupId>
    <artifactId>scalapb-runtime-grpc_2.13</artifactId>
    <version>0.11.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.thesamet.scalapb : scalapb-runtime-grpc_2.13 gradle dependency to your build.gradle file:

implementation 'com.thesamet.scalapb:scalapb-runtime-grpc_2.13:0.11.13'

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

implementation("com.thesamet.scalapb:scalapb-runtime-grpc_2.13:0.11.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.thesamet.scalapb : scalapb-runtime-grpc_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.thesamet.scalapb" % "scalapb-runtime-grpc_2.13" % "0.11.13"

Advertisement

Dependencies from Group

Feb 07, 2023
183 usages
1.2k stars
Feb 07, 2023
160 usages
1.2k stars
Jun 20, 2020
78 usages
1.2k stars
Feb 07, 2023
46 usages
1.2k stars
Feb 07, 2023
40 usages
1.2k stars

Discover Dependencies

Aug 21, 2021
12 usages
2.4k stars
Sep 21, 2012
8 usages
Jul 13, 2022
20 usages
Dec 27, 2022
12 usages
54 stars
Jul 27, 2023
6 usages
16 stars
Apr 21, 2018
13 usages
4 stars
Jan 16, 2019
2 usages
0 stars
Aug 22, 2023
54 usages
5k stars
May 31, 2023
15 usages
282 stars