Categories |
CategoriesgRPC Net Networking Akka Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdcom.lightbend.akka.grpc |
ArtifactId | ArtifactIdakka-grpc-runtime_2.13 |
Version | Version1.0.1 |
Type | Typejar |
<!-- 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>1.0.1</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:1.0.1'
// https://jarcasting.com/artifacts/com.lightbend.akka.grpc/akka-grpc-runtime_2.13/
implementation ("com.lightbend.akka.grpc:akka-grpc-runtime_2.13:1.0.1")
'com.lightbend.akka.grpc:akka-grpc-runtime_2.13:jar:1.0.1'
<dependency org="com.lightbend.akka.grpc" name="akka-grpc-runtime_2.13" rev="1.0.1">
<artifact name="akka-grpc-runtime_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lightbend.akka.grpc', module='akka-grpc-runtime_2.13', version='1.0.1')
)
libraryDependencies += "com.lightbend.akka.grpc" % "akka-grpc-runtime_2.13" % "1.0.1"
[com.lightbend.akka.grpc/akka-grpc-runtime_2.13 "1.0.1"]