MVN

io.scalaland : chimney_2.11

Maven & Gradle

Jul 26, 2020
3 usages
823 stars

chimney · Scala library for boilerplate free data rewriting

<dependency>
    <groupId>io.scalaland</groupId>
    <artifactId>chimney_2.11</artifactId>
    <version>0.5.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.scalaland : chimney_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.3

All Versions

Choose a version of io.scalaland : chimney_2.11 to add to Maven or Gradle - All Versions:

  • Version Updated
  • chimney_2.11-0.5.3

    Jul 26, 2020
  • chimney_2.11-0.5.2

    May 07, 2020
  • chimney_2.11-0.5.1

    Apr 24, 2020
  • chimney_2.11-0.5.0

    Mar 17, 2020
  • chimney_2.11-0.4.2

    Mar 07, 2020
  • chimney_2.11-0.4.1

    Feb 02, 2020
  • chimney_2.11-0.4.0

    Jan 24, 2020
  • chimney_2.11-0.3.5

    Dec 02, 2019
  • chimney_2.11-0.3.4

    Nov 06, 2019
  • chimney_2.11-0.3.3

    Oct 14, 2019
  • chimney_2.11-0.3.2

    Jun 14, 2019
  • chimney_2.11-0.3.1

    Mar 21, 2019
  • chimney_2.11-0.3.0

    Nov 23, 2018
  • chimney_2.11-0.2.1

    Jul 01, 2018
  • chimney_2.11-0.2.0

    May 12, 2018
  • chimney_2.11-0.1.10

    Apr 15, 2018
  • chimney_2.11-0.1.9

    Apr 04, 2018
  • chimney_2.11-0.1.8

    Mar 19, 2018
  • chimney_2.11-0.1.7

    Jan 10, 2018
  • chimney_2.11-0.1.6

    Sep 14, 2017
  • chimney_2.11-0.1.4

    Jun 23, 2017

How to add a dependency to Maven

Add the following io.scalaland : chimney_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.scalaland</groupId>
    <artifactId>chimney_2.11</artifactId>
    <version>0.5.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.scalaland : chimney_2.11 gradle dependency to your build.gradle file:

implementation 'io.scalaland:chimney_2.11:0.5.3'

Gradle Kotlin DSL: Add the following io.scalaland : chimney_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.scalaland:chimney_2.11:0.5.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.scalaland : chimney_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.scalaland" % "chimney_2.11" % "0.5.3"