MVN

io.higherkindness : mu-rpc-channel_2.12

Maven & Gradle

Mar 12, 2020
13 usages

channel · mu RPC is a purely functional library for building RPC endpoint based services with support for RPC and HTTP/2

<dependency>
    <groupId>io.higherkindness</groupId>
    <artifactId>mu-rpc-channel_2.12</artifactId>
    <version>0.21.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.higherkindness : mu-rpc-channel_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.21.3

All Versions

Choose a version of io.higherkindness : mu-rpc-channel_2.12 to add to Maven or Gradle - All Versions:

  • Version Updated
  • mu-rpc-channel_2.12-0.21.3

    Mar 11, 2020
  • mu-rpc-channel_2.12-0.21.2

    Mar 11, 2020
  • mu-rpc-channel_2.12-0.21.1

    Mar 10, 2020
  • mu-rpc-channel_2.12-0.20.1

    Jan 16, 2020
  • mu-rpc-channel_2.12-0.20.0

    Jan 03, 2020
  • mu-rpc-channel_2.12-0.19.1

    Oct 29, 2019
  • mu-rpc-channel_2.12-0.19.0

    Oct 17, 2019
  • mu-rpc-channel_2.12-0.18.4

    Jul 08, 2019
  • mu-rpc-channel_2.12-0.18.3

    May 30, 2019
  • mu-rpc-channel_2.12-0.18.0

    Apr 11, 2019
  • mu-rpc-channel_2.12-0.17.2

    Feb 05, 2019
  • mu-rpc-channel_2.12-0.17.1

    Jan 31, 2019
  • mu-rpc-channel_2.12-0.17.0

    Jan 21, 2019

How to add a dependency to Maven

Add the following io.higherkindness : mu-rpc-channel_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.higherkindness</groupId>
    <artifactId>mu-rpc-channel_2.12</artifactId>
    <version>0.21.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.higherkindness : mu-rpc-channel_2.12 gradle dependency to your build.gradle file:

implementation 'io.higherkindness:mu-rpc-channel_2.12:0.21.3'

Gradle Kotlin DSL: Add the following io.higherkindness : mu-rpc-channel_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.higherkindness:mu-rpc-channel_2.12:0.21.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.higherkindness : mu-rpc-channel_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.higherkindness" % "mu-rpc-channel_2.12" % "0.21.3"