MVN

ru.tinkoff : tofu-data_2.13

Maven & Gradle

Feb 11, 2021
6 usages

data · Opinionated set of tools for functional programming in Scala

<dependency>
    <groupId>ru.tinkoff</groupId>
    <artifactId>tofu-data_2.13</artifactId>
    <version>0.9.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.tinkoff : tofu-data_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.2

All Versions

Choose a version of ru.tinkoff : tofu-data_2.13 to add to Maven or Gradle - All Versions:

  • Version Updated
  • tofu-data_2.13-0.9.2

    Feb 11, 2021
  • tofu-data_2.13-0.9.1

    Feb 10, 2021
  • tofu-data_2.13-0.9.0

    Dec 16, 2020
  • tofu-data_2.13-0.8.0

    Sep 23, 2020
  • tofu-data_2.13-0.7.10

    Sep 23, 2020
  • tofu-data_2.13-0.7.9

    Aug 06, 2020
  • tofu-data_2.13-0.7.8

    Jul 02, 2020
  • tofu-data_2.13-0.7.7

    Jun 05, 2020
  • tofu-data_2.13-0.7.6

    May 29, 2020
  • tofu-data_2.13-0.7.5

    May 12, 2020
  • tofu-data_2.13-0.7.4

    Apr 12, 2020
  • tofu-data_2.13-0.7.3

    Mar 12, 2020
  • tofu-data_2.13-0.7.2.1

    Mar 11, 2020
  • tofu-data_2.13-0.7.2

    Mar 10, 2020
  • tofu-data_2.13-0.7.1

    Feb 12, 2020
  • tofu-data_2.13-0.7.0

    Feb 11, 2020
  • tofu-data_2.13-0.6.3

    Feb 05, 2020
  • tofu-data_2.13-0.6.2

    Jan 23, 2020
  • tofu-data_2.13-0.6.1

    Jan 09, 2020
  • tofu-data_2.13-0.6.0

    Dec 23, 2019
  • tofu-data_2.13-0.5.7.2

    Dec 19, 2019
  • tofu-data_2.13-0.5.7.1

    Dec 19, 2019
  • tofu-data_2.13-0.5.6

    Dec 18, 2019
  • tofu-data_2.13-0.5.5

    Nov 22, 2019
  • tofu-data_2.13-0.5.4

    Nov 19, 2019
  • tofu-data_2.13-0.5.3

    Nov 18, 2019
  • tofu-data_2.13-0.5.2

    Nov 11, 2019
  • tofu-data_2.13-0.5.1.1

    Nov 01, 2019
  • tofu-data_2.13-0.5.0

    Oct 14, 2019
  • tofu-data_2.13-0.4.0

    Sep 11, 2019
  • tofu-data_2.13-0.3.0

    Sep 04, 2019
  • tofu-data_2.13-0.2.0

    Aug 15, 2019
  • tofu-data_2.13-0.1.1

    Aug 02, 2019

How to add a dependency to Maven

Add the following ru.tinkoff : tofu-data_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ru.tinkoff</groupId>
    <artifactId>tofu-data_2.13</artifactId>
    <version>0.9.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.tinkoff : tofu-data_2.13 gradle dependency to your build.gradle file:

implementation 'ru.tinkoff:tofu-data_2.13:0.9.2'

Gradle Kotlin DSL: Add the following ru.tinkoff : tofu-data_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.tinkoff:tofu-data_2.13:0.9.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.tinkoff : tofu-data_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.tinkoff" % "tofu-data_2.13" % "0.9.2"