License |
License |
---|---|
Categories |
CategoriesNet CLI User Interface Netty Networking |
GroupId | GroupIdio.higherkindness |
ArtifactId | ArtifactIdmu-rpc-client-netty_2.11 |
Version | Version0.16.0 |
Type | Typejar |
Description |
Descriptionclient-netty
mu RPC is a purely functional library for building RPC endpoint based services with support for RPC and HTTP/2
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.higherkindness/mu-rpc-client-netty_2.11/ -->
<dependency>
<groupId>io.higherkindness</groupId>
<artifactId>mu-rpc-client-netty_2.11</artifactId>
<version>0.16.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.higherkindness/mu-rpc-client-netty_2.11/
implementation 'io.higherkindness:mu-rpc-client-netty_2.11:0.16.0'
// https://jarcasting.com/artifacts/io.higherkindness/mu-rpc-client-netty_2.11/
implementation ("io.higherkindness:mu-rpc-client-netty_2.11:0.16.0")
'io.higherkindness:mu-rpc-client-netty_2.11:jar:0.16.0'
<dependency org="io.higherkindness" name="mu-rpc-client-netty_2.11" rev="0.16.0">
<artifact name="mu-rpc-client-netty_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.higherkindness', module='mu-rpc-client-netty_2.11', version='0.16.0')
)
libraryDependencies += "io.higherkindness" % "mu-rpc-client-netty_2.11" % "0.16.0"
[io.higherkindness/mu-rpc-client-netty_2.11 "0.16.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.11.12 |
io.higherkindness : mu-rpc-client-core_2.11 | jar | 0.16.0 |
io.grpc : grpc-netty | jar | 1.15.0 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.11 | jar | 3.0.5 |
org.slf4j : slf4j-nop | jar | 1.7.25 |
io.netty : netty-tcnative-boringssl-static | jar | 2.0.12.Final |