zio-dynamodb-json_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio-dynamodb-json_2.13</artifactId>
<version>1.0.0-RC25</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>dev.zio</groupId>
<artifactId>zio-dynamodb-json_2.13</artifactId>
<packaging>jar</packaging>
<description>zio-dynamodb-json</description>
<url>https://github.com/zio/zio-dynamodb</url>
<version>1.0.0-RC25</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>zio-dynamodb-json</name>
<organization>
<name>dev.zio</name>
<url>https://github.com/zio/zio-dynamodb</url>
</organization>
<scm>
<url>https://github.com/zio/zio-dynamodb</url>
<connection>scm:git:git@github.com:zio/zio-dynamodb.git</connection>
</scm>
<developers>
<developer>
<id>jdegoes</id>
<name>John De Goes</name>
<url>http://degoes.net</url>
<email>john@degoes.net</email>
</developer>
<developer>
<id>googley42</id>
<name>Avinder Bahra</name>
<url>https://github.com/googley42</url>
<email>avinder.bahra@gmail.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.18</version>
</dependency>
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio-dynamodb_2.13</artifactId>
<version>1.0.0-RC25</version>
</dependency>
<dependency>
<groupId>com.github.ghik</groupId>
<artifactId>silencer-lib_2.13.18</artifactId>
<version>1.7.19</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio_2.13</artifactId>
<version>2.1.26</version>
</dependency>
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio-test_2.13</artifactId>
<version>2.1.26</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio-test-sbt_2.13</artifactId>
<version>2.1.26</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio-json_2.13</artifactId>
<version>0.9.2</version>
</dependency>
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio-schema-json_2.13</artifactId>
<version>1.8.5</version>
<scope>test</scope>
</dependency>
</dependencies>
<repositories>
<repository>
<id>sonatype-central-maven-snapshots</id>
<name>sonatype-central-maven-snapshots</name>
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
<layout>default</layout>
</repository>
</repositories>
</project>