MVN

ru.tinkoff : typed-schema-finagle-circe_2.13

Maven & Gradle

Jan 26, 2022
1 usages

Typed Schema · Typelevel DSL for defining webservices, convertible to akka-http/finagle and swagger definitions

<dependency>
    <groupId>ru.tinkoff</groupId>
    <artifactId>typed-schema-finagle-circe_2.13</artifactId>
    <version>0.15.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.tinkoff : typed-schema-finagle-circe_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.15.2

All Versions

Choose a version of ru.tinkoff : typed-schema-finagle-circe_2.13 to add to Maven or Gradle - All Versions:

  • Version Updated
  • typed-schema-finagle-circe_2.13-0.15.2

    Jan 26, 2022
  • typed-schema-finagle-circe_2.13-0.15.1

    Jan 17, 2022
  • typed-schema-finagle-circe_2.13-0.15.0

    Sep 14, 2021
  • typed-schema-finagle-circe_2.13-0.14.3

    Mar 01, 2021
  • typed-schema-finagle-circe_2.13-0.14.2

    Feb 15, 2021
  • typed-schema-finagle-circe_2.13-0.14.1

    Feb 11, 2021
  • typed-schema-finagle-circe_2.13-0.14.0

    Feb 10, 2021
  • typed-schema-finagle-circe_2.13-0.13.1

    Feb 03, 2021
  • typed-schema-finagle-circe_2.13-0.13.0

    Jan 25, 2021
  • typed-schema-finagle-circe_2.13-0.12.7

    Oct 16, 2020
  • typed-schema-finagle-circe_2.13-0.12.6

    Sep 17, 2020
  • typed-schema-finagle-circe_2.13-0.12.5.1

    Aug 13, 2020
  • typed-schema-finagle-circe_2.13-0.12.5

    Aug 13, 2020
  • typed-schema-finagle-circe_2.13-0.12.4

    May 29, 2020
  • typed-schema-finagle-circe_2.13-0.12.3

    May 13, 2020
  • typed-schema-finagle-circe_2.13-0.12.2

    Apr 12, 2020
  • typed-schema-finagle-circe_2.13-0.12.1

    Mar 24, 2020
  • typed-schema-finagle-circe_2.13-0.12.0

    Feb 12, 2020

How to add a dependency to Maven

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

<dependency>
    <groupId>ru.tinkoff</groupId>
    <artifactId>typed-schema-finagle-circe_2.13</artifactId>
    <version>0.15.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.tinkoff : typed-schema-finagle-circe_2.13 gradle dependency to your build.gradle file:

implementation 'ru.tinkoff:typed-schema-finagle-circe_2.13:0.15.2'

Gradle Kotlin DSL: Add the following ru.tinkoff : typed-schema-finagle-circe_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.tinkoff:typed-schema-finagle-circe_2.13:0.15.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.tinkoff : typed-schema-finagle-circe_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.tinkoff" % "typed-schema-finagle-circe_2.13" % "0.15.2"