MVN

io.higherkindness : mu-srcgen-core_2.12

Maven & Gradle

Feb 20, 2023
1 usages
10 stars

core · Generate sources from IDL specifications

<dependency>
    <groupId>io.higherkindness</groupId>
    <artifactId>mu-srcgen-core_2.12</artifactId>
    <version>0.30.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.30.3

All Versions

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

Version Vulnerabilities Updated
0.30.x
mu-srcgen-core_2.12-0.30.3
mu-srcgen-core_2.12-0.30.2
mu-srcgen-core_2.12-0.30.1
mu-srcgen-core_2.12-0.30.0
0.29.x
mu-srcgen-core_2.12-0.29.1
mu-srcgen-core_2.12-0.29.0
0.28.x
mu-srcgen-core_2.12-0.28.0
0.27.x
mu-srcgen-core_2.12-0.27.4
mu-srcgen-core_2.12-0.27.3
mu-srcgen-core_2.12-0.27.2
mu-srcgen-core_2.12-0.27.1
mu-srcgen-core_2.12-0.27.0
0.26.x
mu-srcgen-core_2.12-0.26.1
mu-srcgen-core_2.12-0.26.0
0.25.x
mu-srcgen-core_2.12-0.25.1
mu-srcgen-core_2.12-0.25.0
0.24.x
mu-srcgen-core_2.12-0.24.0
0.23.x
mu-srcgen-core_2.12-0.23.0
0.22.x
mu-srcgen-core_2.12-0.22.4
mu-srcgen-core_2.12-0.22.3
mu-srcgen-core_2.12-0.22.2
mu-srcgen-core_2.12-0.22.1
mu-srcgen-core_2.12-0.22.0
0.21.x
mu-srcgen-core_2.12-0.21.4
mu-srcgen-core_2.12-0.21.3-MIGRATION
mu-srcgen-core_2.12-0.21.3
mu-srcgen-core_2.12-0.21.2
mu-srcgen-core_2.12-0.21.1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.higherkindness</groupId>
    <artifactId>mu-srcgen-core_2.12</artifactId>
    <version>0.30.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.higherkindness:mu-srcgen-core_2.12:0.30.3'

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

implementation("io.higherkindness:mu-srcgen-core_2.12:0.30.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.higherkindness" % "mu-srcgen-core_2.12" % "0.30.3"