a

akka-grpc-runtime_2.13

Akka gRPC - Support for building streaming gRPC servers and clients on top of Akka Streams.
https://akka.io/
Apache-2.0
Lightbend Inc.
Contributors
Files download
File Operation
akka-grpc-runtime_2.13-2.1.0.jar download
akka-grpc-runtime_2.13-2.1.0.pom download
akka-grpc-runtime_2.13-2.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.lightbend.akka.grpc</groupId>
  <artifactId>akka-grpc-runtime_2.13</artifactId>
  <version>2.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.lightbend.akka.grpc:akka-grpc-runtime_2.13:2.1.0'
Gradle Kotlin
implementation("com.lightbend.akka.grpc:akka-grpc-runtime_2.13:2.1.0")
Scala SBT
libraryDependencies += "com.lightbend.akka.grpc" % "akka-grpc-runtime_2.13" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.lightbend.akka.grpc', module='akka-grpc-runtime_2.13', version='2.1.0')
)
Apache Ivy
<dependency org="com.lightbend.akka.grpc" name="akka-grpc-runtime_2.13" rev="2.1.0" />
Leiningen
[com.lightbend.akka.grpc/akka-grpc-runtime_2.13 "2.1.0"]
Apache Buildr
'com.lightbend.akka.grpc:akka-grpc-runtime_2.13:jar:2.1.0'