zio-json-extra_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.megl</groupId>
<artifactId>zio-json-extra_3</artifactId>
<version>0.9.1</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.megl</groupId>
<artifactId>zio-json-extra_3</artifactId>
<packaging>jar</packaging>
<description>Zio Zio-json-extra</description>
<url>https://github.com/aparo/zio-json-extra</url>
<version>0.9.1</version>
<licenses>
<license>
<name>APL2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>zio-zio-json-extra</name>
<inceptionYear>2022</inceptionYear>
<organization>
<name>Paro Consulting</name>
<url>https://github.com/aparo/zio-json-extra</url>
</organization>
<scm>
<url>https://github.com/aparo/zio-json-extra</url>
<connection>scm:git:https://github.com/aparo/zio-json-extra.git</connection>
<developerConnection>scm:git:git@github.com:aparo/zio-json-extra.git</developerConnection>
</scm>
<developers>
<developer>
<id>aparo</id>
<name>Alberto Paro</name>
<url>https://github.com/aparo</url>
<email>albeto.paro@gmail.com</email>
</developer>
</developers>
<properties>
<info.versionScheme>early-semver</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.8.2</version>
</dependency>
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio_3</artifactId>
<version>2.1.24</version>
</dependency>
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio-json_3</artifactId>
<version>0.9.0</version>
</dependency>
<dependency>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-collection-compat_3</artifactId>
<version>2.14.0</version>
</dependency>
<dependency>
<groupId>io.github.cquiroz</groupId>
<artifactId>scala-java-time_3</artifactId>
<version>2.6.0</version>
</dependency>
<dependency>
<groupId>com.softwaremill.magnolia1_3</groupId>
<artifactId>magnolia_3</artifactId>
<version>1.2.6</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_3</artifactId>
<version>3.2.19</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio-test_3</artifactId>
<version>2.1.24</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio-test-sbt_3</artifactId>
<version>2.1.24</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>