MVN

com.github.mvv.sager : sager_2.12

Maven & Gradle

Jan 19, 2022
1 usages

sager · Generic records for Scala

<dependency>
    <groupId>com.github.mvv.sager</groupId>
    <artifactId>sager_2.12</artifactId>
    <version>0.1-M13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.mvv.sager : sager_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1-M13

All Versions

Choose a version of com.github.mvv.sager : sager_2.12 to add to Maven or Gradle - All Versions:

  • Version Updated
  • sager_2.12-0.1-M13

    Jan 18, 2022
  • sager_2.12-0.1-M12

    Nov 02, 2021
  • sager_2.12-0.1-M11

    Jul 20, 2021
  • sager_2.12-0.1-M10

    Jun 20, 2021
  • sager_2.12-0.1-M9

    Feb 08, 2021
  • sager_2.12-0.1-M8

    Jan 28, 2021
  • sager_2.12-0.1-M7

    Jan 20, 2021
  • sager_2.12-0.1-M6

    Jan 19, 2021
  • sager_2.12-0.1-M5

    Jul 04, 2020
  • sager_2.12-0.1-M4

    May 22, 2020
  • sager_2.12-0.1-M3

    May 21, 2020
  • sager_2.12-0.1-M2

    May 17, 2020
  • sager_2.12-0.1-M1

    May 17, 2020

How to add a dependency to Maven

Add the following com.github.mvv.sager : sager_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.mvv.sager</groupId>
    <artifactId>sager_2.12</artifactId>
    <version>0.1-M13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.mvv.sager : sager_2.12 gradle dependency to your build.gradle file:

implementation 'com.github.mvv.sager:sager_2.12:0.1-M13'

Gradle Kotlin DSL: Add the following com.github.mvv.sager : sager_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.mvv.sager:sager_2.12:0.1-M13")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.mvv.sager : sager_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.mvv.sager" % "sager_2.12" % "0.1-M13"