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.7


Group ID:
io.github.ollls
Artifact ID:
zio-quartz-h2_3
Version:
0.5.7
Release Date:
Mar 26, 2024
Licenses:
Files:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

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

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