fs2-aws-testkit_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.laserdisc</groupId> <artifactId>fs2-aws-testkit_2.13</artifactId> <version>6.0.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.laserdisc</groupId> <artifactId>fs2-aws-testkit_2.13</artifactId> <packaging>jar</packaging> <description>fs2-aws-testkit</description> <url>https://github.com/laserdisc-io/fs2-aws</url> <version>6.0.0</version> <licenses> <license> <name>MIT</name> <url>http://opensource.org/licenses/MIT</url> <distribution>repo</distribution> </license> </licenses> <name>fs2-aws-testkit</name> <organization> <name>io.laserdisc</name> <url>https://github.com/laserdisc-io/fs2-aws</url> </organization> <scm> <url>https://github.com/laserdisc-io/fs2-aws</url> <connection>scm:git:https://github.com/laserdisc-io/fs2-aws.git</connection> <developerConnection>scm:git:git@github.com:laserdisc-io/fs2-aws.git</developerConnection> </scm> <developers> <developer> <id>semenodm</id> <name>Dmytro Semenov</name> <url>https://github.com/semenodm</url> <email>sdo.semenov@gmail.com</email> </developer> </developers> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.13.10</version> </dependency> <dependency> <groupId>io.laserdisc</groupId> <artifactId>fs2-aws-kinesis_2.13</artifactId> <version>6.0.0</version> </dependency> <dependency> <groupId>io.circe</groupId> <artifactId>circe-core_2.13</artifactId> <version>0.14.3</version> </dependency> <dependency> <groupId>io.circe</groupId> <artifactId>circe-generic_2.13</artifactId> <version>0.14.3</version> </dependency> <dependency> <groupId>io.circe</groupId> <artifactId>circe-parser_2.13</artifactId> <version>0.14.3</version> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_2.13</artifactId> <version>3.2.15</version> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>4.11.0</version> </dependency> <dependency> <groupId>org.scala-lang.modules</groupId> <artifactId>scala-collection-compat_2.13</artifactId> <version>2.9.0</version> </dependency> </dependencies> </project>