m

mu-rpc-netty-ssl_2.13

Mu is a purely functional library for building RPC endpoint based services with support for RPC and HTTP/2
https://github.com/higherkindness/mu-scala
Apache-2.0
47 Degrees Open Source
Ben Fradet Chris Birchall Jesús Martínez Juan Pedro Moreno Pepe García Tyler Clark
文件下载
文件名 操作
mu-rpc-netty-ssl_2.13-0.32.0.jar 下载
mu-rpc-netty-ssl_2.13-0.32.0.pom 下载
mu-rpc-netty-ssl_2.13-0.32.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.higherkindness</groupId>
  <artifactId>mu-rpc-netty-ssl_2.13</artifactId>
  <version>0.32.0</version>
</dependency>
Gradle Groovy
implementation 'io.higherkindness:mu-rpc-netty-ssl_2.13:0.32.0'
Gradle Kotlin
implementation("io.higherkindness:mu-rpc-netty-ssl_2.13:0.32.0")
Scala SBT
libraryDependencies += "io.higherkindness" % "mu-rpc-netty-ssl_2.13" % "0.32.0"
Groovy Grape
@Grapes(
  @Grab(group='io.higherkindness', module='mu-rpc-netty-ssl_2.13', version='0.32.0')
)
Apache Ivy
<dependency org="io.higherkindness" name="mu-rpc-netty-ssl_2.13" rev="0.32.0" />
Leiningen
[io.higherkindness/mu-rpc-netty-ssl_2.13 "0.32.0"]
Apache Buildr
'io.higherkindness:mu-rpc-netty-ssl_2.13:jar:0.32.0'