Categories |
CategoriesgRPC Net Networking Akka Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdcom.lightbend.akka.grpc |
ArtifactId | ArtifactIdakka-grpc-runtime_2.12 |
Version | Version1.0.2 |
Type | Typejar |
<!-- 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.2</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.2'
// 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.2")
'com.lightbend.akka.grpc:akka-grpc-runtime_2.12:jar:1.0.2'
<dependency org="com.lightbend.akka.grpc" name="akka-grpc-runtime_2.12" rev="1.0.2">
<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.2')
)
libraryDependencies += "com.lightbend.akka.grpc" % "akka-grpc-runtime_2.12" % "1.0.2"
[com.lightbend.akka.grpc/akka-grpc-runtime_2.12 "1.0.2"]