is not current version
Last Version 2.1.4

com.lightbend.akka.grpc:akka-grpc-runtime_2.12 1.0.0-M1

Akka gRPC - Support for building streaming gRPC servers and clients on top of Akka Streams.

Categories

Categories

gRPC Net Networking Akka Container Microservices Reactive libraries
GroupId

GroupId

com.lightbend.akka.grpc
ArtifactId

ArtifactId

akka-grpc-runtime_2.12
Version

Version

1.0.0-M1
Type

Type

jar

Download akka-grpc-runtime_2.12 1.0.0-M1


<!-- https://jarcasting.com/artifacts/com.lightbend.akka.grpc/akka-grpc-runtime_2.12/ -->
<dependency>
    <groupId>com.lightbend.akka.grpc</groupId>
    <artifactId>akka-grpc-runtime_2.12</artifactId>
    <version>1.0.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/com.lightbend.akka.grpc/akka-grpc-runtime_2.12/
implementation 'com.lightbend.akka.grpc:akka-grpc-runtime_2.12:1.0.0-M1'
// https://jarcasting.com/artifacts/com.lightbend.akka.grpc/akka-grpc-runtime_2.12/
implementation ("com.lightbend.akka.grpc:akka-grpc-runtime_2.12:1.0.0-M1")
'com.lightbend.akka.grpc:akka-grpc-runtime_2.12:jar:1.0.0-M1'
<dependency org="com.lightbend.akka.grpc" name="akka-grpc-runtime_2.12" rev="1.0.0-M1">
  <artifact name="akka-grpc-runtime_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lightbend.akka.grpc', module='akka-grpc-runtime_2.12', version='1.0.0-M1')
)
libraryDependencies += "com.lightbend.akka.grpc" % "akka-grpc-runtime_2.12" % "1.0.0-M1"
[com.lightbend.akka.grpc/akka-grpc-runtime_2.12 "1.0.0-M1"]