Download akka-testkit_2.11-2.3.4.jar file

Introduction

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

License

Apache License, Version 2.0

Type List

akka-testkit_2.11-2.3.4.jar file has the following types.

META-INF/MANIFEST.MF
akka.testkit.CachingPartialFunction.class
akka.testkit.CallingThreadDispatcher.class
akka.testkit.CallingThreadDispatcherConfigurator.class
akka.testkit.CallingThreadDispatcherQueues.class
akka.testkit.CallingThreadMailbox.class
akka.testkit.CustomEventFilter.class
akka.testkit.DeadLettersFilter.class
akka.testkit.DebugFilter.class
akka.testkit.DefaultTimeout.class
akka.testkit.ErrorFilter.class
akka.testkit.EventFilter.class
akka.testkit.ImplicitSender.class
akka.testkit.InfoFilter.class
akka.testkit.JavaTestKit.class
akka.testkit.TestActor.class
akka.testkit.TestActorRef.class
akka.testkit.TestBarrier.class
akka.testkit.TestBarrierTimeoutException.class
akka.testkit.TestEvent.class
akka.testkit.TestEventListener.class
akka.testkit.TestFSMRef.class
akka.testkit.TestKit.class
akka.testkit.TestKitBase.class
akka.testkit.TestKitExtension.class
akka.testkit.TestKitSettings.class
akka.testkit.TestLatch.class
akka.testkit.TestProbe.class
akka.testkit.WarningFilter.class
akka.testkit.package.class
reference.conf

Pom

akka-testkit_2.11-2.3.4.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-testkit_2.11</artifactId>
    <packaging>jar</packaging>
    <description>akka-testkit</description>
    <url>http://akka.io/</url>
    <version>2.3.4</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-testkit</name>
    <organization>
        <name>Typesafe Inc.</name>
        <url>http://www.typesafe.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>jboner</id>
            <name>Jonas Boner</name>
        </developer>
        <developer>
            <id>viktorklang</id>
            <name>Viktor Klang</name>
        </developer>
        <developer>
            <id>rkuhn</id>
            <name>Roland Kuhn</name>
        </developer>
        <developer>
            <id>pvlugter</id>
            <name>Peter Vlugter</name>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.11.1</version>
        </dependency>
        <dependency>
            <groupId>com.typesafe.akka</groupId>
            <artifactId>akka-actor_2.11</artifactId>
            <version>2.3.4</version>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.11</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.11</artifactId>
            <version>2.1.3</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>

POM Entry

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

Download

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



Download akka-testkit_2.11-2.3.4.jar file




PreviousNext

Related