MVN

io.higherkindness : mu-idlgen-core_2.12

Maven & Gradle

Jan 16, 2020
1 usages
334 stars

idlgen-core · 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-idlgen-core_2.12</artifactId>
    <version>0.20.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.20.1

All Versions

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

Version Vulnerabilities Updated
0.20.x
mu-idlgen-core_2.12-0.20.1
mu-idlgen-core_2.12-0.20.0
0.19.x
mu-idlgen-core_2.12-0.19.1
mu-idlgen-core_2.12-0.19.0
0.18.x
mu-idlgen-core_2.12-0.18.4
mu-idlgen-core_2.12-0.18.3
mu-idlgen-core_2.12-0.18.0
0.17.x
mu-idlgen-core_2.12-0.17.2
mu-idlgen-core_2.12-0.17.1
mu-idlgen-core_2.12-0.17.0
0.16.x
mu-idlgen-core_2.12-0.16.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.higherkindness</groupId>
    <artifactId>mu-idlgen-core_2.12</artifactId>
    <version>0.20.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.higherkindness:mu-idlgen-core_2.12:0.20.1'

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

implementation("io.higherkindness:mu-idlgen-core_2.12:0.20.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.higherkindness" % "mu-idlgen-core_2.12" % "0.20.1"

Advertisement