| License |
License |
|---|---|
| Categories |
CategoriesgRPC Net Networking Akka Container Microservices Reactive libraries |
| GroupId | GroupIdcom.lightbend.akka.grpc |
| ArtifactId | ArtifactIdakka-grpc-runtime_2.13 |
| Version | Version2.1.4 |
| Type | Typejar |
| Description |
Descriptionakka-grpc-runtime
Akka gRPC - Support for building streaming gRPC servers and clients on top of Akka Streams.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.lightbend.akka.grpc/akka-grpc-runtime_2.13/ -->
<dependency>
<groupId>com.lightbend.akka.grpc</groupId>
<artifactId>akka-grpc-runtime_2.13</artifactId>
<version>2.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.lightbend.akka.grpc/akka-grpc-runtime_2.13/
implementation 'com.lightbend.akka.grpc:akka-grpc-runtime_2.13:2.1.4'
// https://jarcasting.com/artifacts/com.lightbend.akka.grpc/akka-grpc-runtime_2.13/
implementation ("com.lightbend.akka.grpc:akka-grpc-runtime_2.13:2.1.4")
'com.lightbend.akka.grpc:akka-grpc-runtime_2.13:jar:2.1.4'
<dependency org="com.lightbend.akka.grpc" name="akka-grpc-runtime_2.13" rev="2.1.4">
<artifact name="akka-grpc-runtime_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lightbend.akka.grpc', module='akka-grpc-runtime_2.13', version='2.1.4')
)
libraryDependencies += "com.lightbend.akka.grpc" % "akka-grpc-runtime_2.13" % "2.1.4"
[com.lightbend.akka.grpc/akka-grpc-runtime_2.13 "2.1.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.13.8 |
| com.thesamet.scalapb : scalapb-runtime_2.13 | jar | 0.11.10 |
| com.google.protobuf : protobuf-java | jar | 3.19.4 |
| io.grpc : grpc-core | jar | 1.45.0 |
| io.grpc : grpc-netty-shaded | jar | 1.45.0 |
| com.typesafe.akka : akka-stream_2.13 | jar | 2.6.9 |
| com.typesafe.akka : akka-http-core_2.13 | jar | 10.2.8 |
| com.typesafe.akka : akka-http_2.13 | jar | 10.2.8 |
| com.typesafe.akka : akka-discovery_2.13 | jar | 2.6.9 |
| org.scala-lang.modules : scala-collection-compat_2.13 | jar | 2.7.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.grpc : grpc-stub | jar | 1.45.0 |
| ch.megard : akka-http-cors_2.13 | jar | 1.1.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.typesafe.akka : akka-testkit_2.13 | jar | 2.6.9 |
| org.scalatest : scalatest_2.13 | jar | 3.1.4 |
| org.scalatestplus : junit-4-12_2.13 | jar | 3.1.4.0 |