streams-core_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.snowplowanalytics</groupId>
<artifactId>streams-core_2.13</artifactId>
<version>0.7.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>com.snowplowanalytics</groupId>
<artifactId>streams-core_2.13</artifactId>
<packaging>jar</packaging>
<description>streams-core</description>
<url>https://snowplow.io</url>
<version>0.7.0</version>
<licenses>
<license>
<name>SCL</name>
<url>file:/home/runner/work/common-streams/common-streams/LICENSE.md</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>streams-core</name>
<organization>
<name>com.snowplowanalytics</name>
<url>https://snowplow.io</url>
</organization>
<scm>
<url>https://github.com/snowplow-incubator/common-streams</url>
<connection>scm:git:https://github.com/snowplow-incubator/common-streams.git</connection>
<developerConnection>scm:git:git@github.com:snowplow-incubator/common-streams.git</developerConnection>
</scm>
<developers>
<developer>
<id>Snowplow Analytics Ltd</id>
<name>Snowplow Analytics Ltd</name>
<url>https://snowplow.io</url>
<email>support@snowplowanalytics.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.12</version>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>cats-core_2.13</artifactId>
<version>2.10.0</version>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>cats-effect-kernel_2.13</artifactId>
<version>3.5.4</version>
</dependency>
<dependency>
<groupId>co.fs2</groupId>
<artifactId>fs2-core_2.13</artifactId>
<version>3.10.0</version>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>log4cats-slf4j_2.13</artifactId>
<version>2.6.0</version>
</dependency>
<dependency>
<groupId>com.github.cb372</groupId>
<artifactId>cats-retry_2.13</artifactId>
<version>3.1.3</version>
</dependency>
<dependency>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-collection-compat_2.13</artifactId>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>org.specs2</groupId>
<artifactId>specs2-core_2.13</artifactId>
<version>4.20.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>cats-effect-testing-specs2_2.13</artifactId>
<version>1.5.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>cats-effect-testkit_2.13</artifactId>
<version>3.5.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.12</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.0.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>