MVN

ru.tinkoff : typed-schema_2.12

Maven & Gradle

Jul 30, 2019
3 usages
148 stars

main · Typelevel DSL for defining webservices, covertible to akka-http and swagger definitions

<dependency>
    <groupId>ru.tinkoff</groupId>
    <artifactId>typed-schema_2.12</artifactId>
    <version>0.10.7.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.tinkoff : typed-schema_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10.7.1
  • Latest Release Candidate: 0.11.0-RC1
  • Latest Beta: 0.11.0-beta11

All Versions

Choose a version of ru.tinkoff : typed-schema_2.12 to add to Maven or Gradle - All Versions:

  • Version Updated
  • typed-schema_2.12-0.11.0-RC1

    Jul 30, 2019
  • typed-schema_2.12-0.11.0-beta11

    Jul 29, 2019
  • typed-schema_2.12-0.11.0-beta9

    Jul 29, 2019
  • typed-schema_2.12-0.11.0-beta6

    Apr 04, 2019
  • typed-schema_2.12-0.11.0-beta5

    Mar 22, 2019
  • typed-schema_2.12-0.11.0-beta4

    Mar 19, 2019
  • typed-schema_2.12-0.11.0-beta3

    Mar 01, 2019
  • typed-schema_2.12-0.11.0-beta1

    Feb 26, 2019
  • typed-schema_2.12-0.10.7.1

    Jan 24, 2019
  • typed-schema_2.12-0.10.6

    Oct 15, 2018
  • typed-schema_2.12-0.10.5

    Aug 07, 2018
  • typed-schema_2.12-0.10.4

    Jul 30, 2018

How to add a dependency to Maven

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

<dependency>
    <groupId>ru.tinkoff</groupId>
    <artifactId>typed-schema_2.12</artifactId>
    <version>0.10.7.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.tinkoff : typed-schema_2.12 gradle dependency to your build.gradle file:

implementation 'ru.tinkoff:typed-schema_2.12:0.10.7.1'

Gradle Kotlin DSL: Add the following ru.tinkoff : typed-schema_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.tinkoff:typed-schema_2.12:0.10.7.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.tinkoff : typed-schema_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.tinkoff" % "typed-schema_2.12" % "0.10.7.1"