akka-stream-testkit_2.11
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.typesafe.akka</groupId> <artifactId>akka-stream-testkit_2.11</artifactId> <version>2.5.32</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.typesafe.akka</groupId> <artifactId>akka-stream-testkit_2.11</artifactId> <packaging>jar</packaging> <description>Akka is a toolkit for building highly concurrent, distributed, and resilient message-driven applications for Java and Scala.</description> <url>https://akka.io/</url> <version>2.5.32</version> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> </license> </licenses> <name>akka-stream-testkit</name> <organization> <name>Lightbend Inc.</name> <url>https://www.lightbend.com</url> </organization> <scm> <url>https://github.com/akka/akka</url> <connection>scm:git:https://github.com/akka/akka.git</connection> <developerConnection>scm:git:git@github.com:akka/akka.git</developerConnection> </scm> <inceptionYear>2009</inceptionYear> <developers> <developer> <id>akka-contributors</id> <name>Akka Contributors</name> <email>akka-dev@googlegroups.com</email> <url>https://github.com/akka/akka/graphs/contributors</url> </developer> </developers> <properties> <info.apiURL>https://doc.akka.io/api/akka/2.5.32</info.apiURL> </properties> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.11.12</version> </dependency> <dependency> <groupId>com.typesafe.akka</groupId> <artifactId>akka-stream_2.11</artifactId> <version>2.5.32</version> </dependency> <dependency> <groupId>com.typesafe.akka</groupId> <artifactId>akka-testkit_2.11</artifactId> <version>2.5.32</version> </dependency> <dependency> <groupId>com.github.ghik</groupId> <artifactId>silencer-lib_2.11.12</artifactId> <version>1.4.4</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_2.11</artifactId> <version>3.0.8</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scalacheck</groupId> <artifactId>scalacheck_2.11</artifactId> <version>1.13.2</version> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> </dependency> </dependencies> </project>