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.6
Group ID:
io.github.ollls
Artifact ID:
zio-quartz-h2_3
Version:
0.5.6
Release Date:
Oct 31, 2023
Licenses:
Files:
libraryDependencies += "io.github.ollls" %% "zio-quartz-h2" % "0.5.6"
ivy"io.github.ollls::zio-quartz-h2:0.5.6"
//> using dep "io.github.ollls::zio-quartz-h2:0.5.6"
import $ivy.`io.github.ollls::zio-quartz-h2:0.5.6`
<dependency> <groupId>io.github.ollls</groupId> <artifactId>zio-quartz-h2_3</artifactId> <version>0.5.6</version> </dependency>
compile group: 'io.github.ollls', name: 'zio-quartz-h2_3', version: '0.5.6'