MVN

com.lightbend.akka.grpc : akka-grpc-runtime_3

Maven & Gradle

Aug 15, 2023
429 stars

akka-grpc-runtime · Akka gRPC - Support for building streaming gRPC servers and clients on top of Akka Streams.

<dependency>
    <groupId>com.lightbend.akka.grpc</groupId>
    <artifactId>akka-grpc-runtime_3</artifactId>
    <version>2.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lightbend.akka.grpc : akka-grpc-runtime_3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.3

All Versions

Choose a version of com.lightbend.akka.grpc : akka-grpc-runtime_3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
akka-grpc-runtime_3-2.3.3
akka-grpc-runtime_3-2.3.2
akka-grpc-runtime_3-2.3.1
akka-grpc-runtime_3-2.3.0
akka-grpc-runtime_3-2.3.0-M2
akka-grpc-runtime_3-2.3.0-M1

How to add a dependency to Maven

Add the following com.lightbend.akka.grpc : akka-grpc-runtime_3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.lightbend.akka.grpc</groupId>
    <artifactId>akka-grpc-runtime_3</artifactId>
    <version>2.3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lightbend.akka.grpc : akka-grpc-runtime_3 gradle dependency to your build.gradle file:

implementation 'com.lightbend.akka.grpc:akka-grpc-runtime_3:2.3.3'

Gradle Kotlin DSL: Add the following com.lightbend.akka.grpc : akka-grpc-runtime_3 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lightbend.akka.grpc:akka-grpc-runtime_3:2.3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lightbend.akka.grpc : akka-grpc-runtime_3 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lightbend.akka.grpc" % "akka-grpc-runtime_3" % "2.3.3"

Advertisement