MVN

com.softwaremill.tapir : tapir-core_2.11

Maven & Gradle

Jul 09, 2019
5 usages

tapir-core · tapir-core

<dependency>
    <groupId>com.softwaremill.tapir</groupId>
    <artifactId>tapir-core_2.11</artifactId>
    <version>0.8.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.softwaremill.tapir : tapir-core_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.11

All Versions

Choose a version of com.softwaremill.tapir : tapir-core_2.11 to add to Maven or Gradle - All Versions:

  • Version Updated
  • tapir-core_2.11-0.8.11

    Jul 09, 2019
  • tapir-core_2.11-0.8.10

    Jul 07, 2019
  • tapir-core_2.11-0.8.9

    Jul 05, 2019
  • tapir-core_2.11-0.8.8

    Jul 04, 2019
  • tapir-core_2.11-0.8.7

    Jul 03, 2019
  • tapir-core_2.11-0.8.6

    Jul 01, 2019
  • tapir-core_2.11-0.8.5

    Jun 21, 2019
  • tapir-core_2.11-0.8.4

    Jun 19, 2019
  • tapir-core_2.11-0.8.3

    Jun 06, 2019
  • tapir-core_2.11-0.8.2

    Jun 03, 2019
  • tapir-core_2.11-0.8.1

    May 27, 2019
  • tapir-core_2.11-0.8.0

    May 26, 2019
  • tapir-core_2.11-0.7.10

    May 17, 2019
  • tapir-core_2.11-0.7.9

    May 09, 2019
  • tapir-core_2.11-0.7.8

    May 07, 2019

How to add a dependency to Maven

Add the following com.softwaremill.tapir : tapir-core_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.softwaremill.tapir</groupId>
    <artifactId>tapir-core_2.11</artifactId>
    <version>0.8.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.softwaremill.tapir : tapir-core_2.11 gradle dependency to your build.gradle file:

implementation 'com.softwaremill.tapir:tapir-core_2.11:0.8.11'

Gradle Kotlin DSL: Add the following com.softwaremill.tapir : tapir-core_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.softwaremill.tapir:tapir-core_2.11:0.8.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.softwaremill.tapir : tapir-core_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.softwaremill.tapir" % "tapir-core_2.11" % "0.8.11"