ollls / zio-quartz-h2   0.5.7

MIT License GitHub

ZIO2 native, asynchronous Java NIO based implementation of http/2 packet streaming server with TLS encryption implemented as scala ZIO2 effect. Direct native translation of ZIO ZStream chunks into http2 packets (inbound and outbound).

Scala versions: 3.x

zio-quartz-h2 0.5.4


Group ID:
io.github.ollls
Artifact ID:
zio-quartz-h2_3
Version:
0.5.4
Release Date:
Apr 15, 2023
Licenses:
Files:

libraryDependencies += "io.github.ollls" %% "zio-quartz-h2" % "0.5.4"

Mill build tool

ivy"io.github.ollls::zio-quartz-h2:0.5.4"

Scala CLI

//> using dep "io.github.ollls::zio-quartz-h2:0.5.4"

Ammonite REPL

import $ivy.`io.github.ollls::zio-quartz-h2:0.5.4`

<dependency>
  <groupId>io.github.ollls</groupId>
  <artifactId>zio-quartz-h2_3</artifactId>
  <version>0.5.4</version>
</dependency>

compile group: 'io.github.ollls', name: 'zio-quartz-h2_3', version: '0.5.4'