MVN

com.softwaremill.sttp.tapir : tapir-netty-server-zio1_3

Maven & Gradle

Jun 15, 2023
1.2k stars

tapir-netty-server-zio1 · tapir-netty-server-zio1

<dependency>
    <groupId>com.softwaremill.sttp.tapir</groupId>
    <artifactId>tapir-netty-server-zio1_3</artifactId>
    <version>1.5.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.softwaremill.sttp.tapir : tapir-netty-server-zio1_3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.5

All Versions

Choose a version of com.softwaremill.sttp.tapir : tapir-netty-server-zio1_3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
tapir-netty-server-zio1_3-1.5.5
tapir-netty-server-zio1_3-1.5.4
tapir-netty-server-zio1_3-1.5.1
tapir-netty-server-zio1_3-1.5.0
1.4.x
tapir-netty-server-zio1_3-1.4.0
1.3.x
tapir-netty-server-zio1_3-1.3.0
1.2.x
tapir-netty-server-zio1_3-1.2.13
tapir-netty-server-zio1_3-1.2.12
tapir-netty-server-zio1_3-1.2.11
tapir-netty-server-zio1_3-1.2.10
tapir-netty-server-zio1_3-1.2.9
tapir-netty-server-zio1_3-1.2.8
tapir-netty-server-zio1_3-1.2.7
tapir-netty-server-zio1_3-1.2.6
tapir-netty-server-zio1_3-1.2.5
tapir-netty-server-zio1_3-1.2.4

How to add a dependency to Maven

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

<dependency>
    <groupId>com.softwaremill.sttp.tapir</groupId>
    <artifactId>tapir-netty-server-zio1_3</artifactId>
    <version>1.5.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.softwaremill.sttp.tapir : tapir-netty-server-zio1_3 gradle dependency to your build.gradle file:

implementation 'com.softwaremill.sttp.tapir:tapir-netty-server-zio1_3:1.5.5'

Gradle Kotlin DSL: Add the following com.softwaremill.sttp.tapir : tapir-netty-server-zio1_3 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.softwaremill.sttp.tapir:tapir-netty-server-zio1_3:1.5.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.softwaremill.sttp.tapir : tapir-netty-server-zio1_3 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.softwaremill.sttp.tapir" % "tapir-netty-server-zio1_3" % "1.5.5"