Download akka-stream-testkit_2.11-2.5.2.jar file

Introduction

You can download akka-stream-testkit_2.11-2.5.2.jar in this page.

License

Apache License, Version 2.0

Type List

akka-stream-testkit_2.11-2.5.2.jar file has the following types.

META-INF/MANIFEST.MF
akka.stream.testkit.GraphStageMessages.class
akka.stream.testkit.StreamTestKit.class
akka.stream.testkit.TestPublisher.class
akka.stream.testkit.TestSinkStage.class
akka.stream.testkit.TestSourceStage.class
akka.stream.testkit.TestSubscriber.class
akka.stream.testkit.javadsl.TestSink.class
akka.stream.testkit.javadsl.TestSource.class
akka.stream.testkit.scaladsl.TestSink.class
akka.stream.testkit.scaladsl.TestSource.class

Pom

akka-stream-testkit_2.11-2.5.2.pom file content.

<?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-stream-testkit</description>
    <url>http://akka.io/</url>
    <version>2.5.2</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>http://www.lightbend.com</url>
    </organization>
    <inceptionYear>2009</inceptionYear>
    <scm>
        <url>git://github.com/akka/akka.git</url>
        <connection>scm:git:git@github.com:akka/akka.git</connection>
    </scm>
    <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>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.11.11</version>
        </dependency>
        <dependency>
            <groupId>com.typesafe.akka</groupId>
            <artifactId>akka-stream_2.11</artifactId>
            <version>2.5.2</version>
        </dependency>
        <dependency>
            <groupId>com.typesafe.akka</groupId>
            <artifactId>akka-testkit_2.11</artifactId>
            <version>2.5.2</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.11</artifactId>
            <version>3.0.0</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>

POM Entry

<dependency>
   <groupId>com.typesafe.akka</groupId>
   <artifactId>akka-stream-testkit_2.11</artifactId>
   <version>2.5.2</version>
</dependency>

Download

If you think the following akka-stream-testkit_2.11-2.5.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download akka-stream-testkit_2.11-2.5.2.jar file




PreviousNext

Related