MVN

io.github.ollls : zio-tls-http_2.13

Maven & Gradle

Apr 30, 2021
85 stars

zio-tls-http · Scala ZIO/zio-json Web Server with native TLS

<dependency>
    <groupId>io.github.ollls</groupId>
    <artifactId>zio-tls-http_2.13</artifactId>
    <version>1.2-m3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.ollls : zio-tls-http_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2-m3

All Versions

Choose a version of io.github.ollls : zio-tls-http_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
zio-tls-http_2.13-1.2-m3
zio-tls-http_2.13-1.2-m2
zio-tls-http_2.13-1.2-m1
1.1.x
zio-tls-http_2.13-1.1.0-m8
zio-tls-http_2.13-1.1.0-m7
zio-tls-http_2.13-1.1.0-m6
zio-tls-http_2.13-1.1.0-m5
zio-tls-http_2.13-1.1.0-m4
zio-tls-http_2.13-1.1.0-m3
zio-tls-http_2.13-1.1.0-m2
zio-tls-http_2.13-1.1.0-m1

How to add a dependency to Maven

Add the following io.github.ollls : zio-tls-http_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.ollls</groupId>
    <artifactId>zio-tls-http_2.13</artifactId>
    <version>1.2-m3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.ollls : zio-tls-http_2.13 gradle dependency to your build.gradle file:

implementation 'io.github.ollls:zio-tls-http_2.13:1.2-m3'

Gradle Kotlin DSL: Add the following io.github.ollls : zio-tls-http_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.ollls:zio-tls-http_2.13:1.2-m3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.ollls : zio-tls-http_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.ollls" % "zio-tls-http_2.13" % "1.2-m3"