artc_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.mkotsur</groupId>
<artifactId>artc_2.13</artifactId>
<version>0.1.3</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.mkotsur</groupId>
<artifactId>artc_2.13</artifactId>
<packaging>jar</packaging>
<description>artc</description>
<version>0.1.3</version>
<name>artc</name>
<organization>
<name>io.github.mkotsur</name>
</organization>
<url>https://github.com/mkotsur/aws-lambda-scala</url>
<licenses>
<license>
<name>MIT</name>
<url>https://raw.githubusercontent.com/mkotsur/artc/master/LICENSE</url>
</license>
</licenses>
<scm>
<connection>scm:git:github.com/mkotsur/artc.git</connection>
<developerConnection>scm:git:github.com/mkotsur/artc.git</developerConnection>
<url>https://github.com/mkotsur/artc</url>
</scm>
<developers>
<developer>
<id>mkotsur</id>
<name>Mike Kotsur</name>
<url>http://mkotsur.github.io</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.1</version>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>cats-effect_2.13</artifactId>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>io.chrisdavenport</groupId>
<artifactId>log4cats-slf4j_2.13</artifactId>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.13</artifactId>
<version>3.1.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.codecommit</groupId>
<artifactId>cats-effect-testing-scalatest_2.13</artifactId>
<version>0.4.1</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>