Download akka-cluster-tools_2.11-2.4.10.jar file

Introduction

You can download akka-cluster-tools_2.11-2.4.10.jar in this page.

License

Apache License, Version 2.0

Type List

akka-cluster-tools_2.11-2.4.10.jar file has the following types.

META-INF/MANIFEST.MF
akka.cluster.client.ClusterClient.class
akka.cluster.client.ClusterClientInteraction.class
akka.cluster.client.ClusterClientMessage.class
akka.cluster.client.ClusterClientReceptionist.class
akka.cluster.client.ClusterClientSettings.class
akka.cluster.client.ClusterClientUnreachable.class
akka.cluster.client.ClusterClientUp.class
akka.cluster.client.ClusterClients.class
akka.cluster.client.ClusterReceptionist.class
akka.cluster.client.ClusterReceptionistSettings.class
akka.cluster.client.ContactPointAdded.class
akka.cluster.client.ContactPointChange.class
akka.cluster.client.ContactPointRemoved.class
akka.cluster.client.ContactPoints.class
akka.cluster.client.GetClusterClients.class
akka.cluster.client.GetContactPoints.class
akka.cluster.client.SubscribeClusterClients.class
akka.cluster.client.SubscribeContactPoints.class
akka.cluster.client.UnsubscribeClusterClients.class
akka.cluster.client.UnsubscribeContactPoints.class
akka.cluster.client.protobuf.ClusterClientMessageSerializer.class
akka.cluster.client.protobuf.msg.ClusterClientMessages.class
akka.cluster.pubsub.DistributedPubSub.class
akka.cluster.pubsub.DistributedPubSubMediator.class
akka.cluster.pubsub.DistributedPubSubMessage.class
akka.cluster.pubsub.DistributedPubSubSettings.class
akka.cluster.pubsub.PerGroupingBuffer.class
akka.cluster.pubsub.protobuf.DistributedPubSubMessageSerializer.class
akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.class
akka.cluster.singleton.ClusterSingletonManager.class
akka.cluster.singleton.ClusterSingletonManagerIsStuck.class
akka.cluster.singleton.ClusterSingletonManagerSettings.class
akka.cluster.singleton.ClusterSingletonMessage.class
akka.cluster.singleton.ClusterSingletonProxy.class
akka.cluster.singleton.ClusterSingletonProxySettings.class
akka.cluster.singleton.protobuf.ClusterSingletonMessageSerializer.class
reference.conf

Pom

akka-cluster-tools_2.11-2.4.10.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-cluster-tools_2.11</artifactId>
    <packaging>jar</packaging>
    <description>akka-cluster-tools</description>
    <url>http://akka.io/</url>
    <version>2.4.10</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-cluster-tools</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.8</version>
        </dependency>
        <dependency>
            <groupId>com.typesafe.akka</groupId>
            <artifactId>akka-cluster_2.11</artifactId>
            <version>2.4.10</version>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.12</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.11</artifactId>
            <version>3.0.0</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.typesafe.akka</groupId>
   <artifactId>akka-cluster-tools_2.11</artifactId>
   <version>2.4.10</version>
</dependency>

Download

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



Download akka-cluster-tools_2.11-2.4.10.jar file




PreviousNext

Related