tranzactio-core_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.gaelrenoux</groupId>
<artifactId>tranzactio-core_3</artifactId>
<version>5.6.0</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.gaelrenoux</groupId>
<artifactId>tranzactio-core_3</artifactId>
<packaging>jar</packaging>
<description>Core classes for Tranzactio</description>
<url>https://github.com/gaelrenoux/tranzactio</url>
<version>5.6.0</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>tranzactio-core</name>
<organization>
<name>io.github.gaelrenoux</name>
<url>https://github.com/gaelrenoux/tranzactio</url>
</organization>
<scm>
<url>https://github.com/gaelrenoux/tranzactio</url>
<connection>scm:git@github.com:gaelrenoux/tranzactio.git</connection>
</scm>
<developers>
<developer>
<id>gaelrenoux</id>
<name>Gaël Renoux</name>
<url>https://github.com/gaelrenoux</url>
<email>gael.renoux@gmail.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.3.6</version>
</dependency>
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio_3</artifactId>
<version>2.1.21</version>
</dependency>
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio-streams_3</artifactId>
<version>2.1.21</version>
</dependency>
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio-test_3</artifactId>
<version>2.1.21</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio-test-sbt_3</artifactId>
<version>2.1.21</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio-test-magnolia_3</artifactId>
<version>2.1.21</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.3.232</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>