a

akka-grpc-runtime_2.12

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.12-2.1.4.jar download
akka-grpc-runtime_2.12-2.1.4.pom download
akka-grpc-runtime_2.12-2.1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.lightbend.akka.grpc</groupId>
  <artifactId>akka-grpc-runtime_2.12</artifactId>
  <version>2.1.4</version>
</dependency>
Gradle Groovy
implementation 'com.lightbend.akka.grpc:akka-grpc-runtime_2.12:2.1.4'
Gradle Kotlin
implementation("com.lightbend.akka.grpc:akka-grpc-runtime_2.12:2.1.4")
Scala SBT
libraryDependencies += "com.lightbend.akka.grpc" % "akka-grpc-runtime_2.12" % "2.1.4"
Groovy Grape
@Grapes(
  @Grab(group='com.lightbend.akka.grpc', module='akka-grpc-runtime_2.12', version='2.1.4')
)
Apache Ivy
<dependency org="com.lightbend.akka.grpc" name="akka-grpc-runtime_2.12" rev="2.1.4" />
Leiningen
[com.lightbend.akka.grpc/akka-grpc-runtime_2.12 "2.1.4"]
Apache Buildr
'com.lightbend.akka.grpc:akka-grpc-runtime_2.12:jar:2.1.4'