zio2-zmq_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.unit-finance</groupId> <artifactId>zio2-zmq_3</artifactId> <version>0.0.7</version> </dependency>
<?xml version='1.0' encoding='UTF-8'?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <groupId>io.github.unit-finance</groupId> <artifactId>zio2-zmq_3</artifactId> <packaging>jar</packaging> <description>zio2-zmq</description> <url>https://github.com/unit-finance/zio-raft</url> <version>0.0.7</version> <licenses> <license> <name>MPL 2.0</name> <url>https://www.mozilla.org/en-US/MPL/2.0/</url> <distribution>repo</distribution> </license> </licenses> <name>zio2-zmq</name> <organization> <name>Unit</name> <url>https://unit.co</url> </organization> <scm> <url>https://github.com/unit-finance/zio-raft</url> <connection>scm:git@github.com:unit-finance/zio-raft.git</connection> </scm> <developers> <developer> <id>somdoron</id> <name>Doron Somech</name> <url>https://github.com/somdoron</url> <email>doron@unit.co</email> </developer> </developers> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala3-library_3</artifactId> <version>3.4.2</version> </dependency> <dependency> <groupId>dev.zio</groupId> <artifactId>zio_3</artifactId> <version>2.1.1</version> </dependency> <dependency> <groupId>dev.zio</groupId> <artifactId>zio-prelude_3</artifactId> <version>1.0.0-RC26</version> </dependency> <dependency> <groupId>org.zeromq</groupId> <artifactId>jeromq</artifactId> <version>0.5.3</version> </dependency> </dependencies> </project>