Download vertx-hazelcast-2.1rc2.jar file

Introduction

You can download vertx-hazelcast-2.1rc2.jar in this page.

License

The Apache Software License, Version 2.0

Type List

vertx-hazelcast-2.1rc2.jar file has the following types.

META-INF.services.org.vertx.java.core.spi.cluster.ClusterManagerFactory
META-INF/MANIFEST.MF
org.vertx.java.spi.cluster.impl.hazelcast.ChoosableSet.class
org.vertx.java.spi.cluster.impl.hazelcast.HazelcastAsyncMap.class
org.vertx.java.spi.cluster.impl.hazelcast.HazelcastAsyncMultiMap.class
org.vertx.java.spi.cluster.impl.hazelcast.HazelcastClusterManager.class
org.vertx.java.spi.cluster.impl.hazelcast.HazelcastClusterManagerFactory.class
org.vertx.java.spi.cluster.impl.hazelcast.HazelcastServerID.class
org.vertx.java.spi.cluster.impl.hazelcast.ProgrammableClusterManagerFactory.class

Pom

vertx-hazelcast-2.1rc2.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="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.vertx</groupId>
  <artifactId>vertx-hazelcast</artifactId>
  <version>2.1RC2</version>
  <name>vert.x</name>
  <description>vert.x - Effortless asynchronous application development for the modern web and enterprise</description>
  <url>http://vertx.io</url>
  <inceptionYear>2011</inceptionYear>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>purplefox</id>
      <name>Tim Fox</name>
      <email>tim@tfox.org</email>
    </developer>
    <developer>
      <id>pidster</id>
      <name>Pid</name>
      <email>pid@pidster.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:https://vert-x@github.com/eclipse/vert.x</connection>
    <developerConnection>scm:git@github.com:eclipse/vert.x.git</developerConnection>
    <url>https://github.com/eclipse/vert.x</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>io.vertx</groupId>
      <artifactId>testtools</artifactId>
      <version>2.0.3-final</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.10</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>io.vertx</groupId>
      <artifactId>vertx-testframework</artifactId>
      <version>2.0.0-final</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>io.vertx</groupId>
      <artifactId>vertx-core</artifactId>
      <version>2.1RC2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.hazelcast</groupId>
      <artifactId>hazelcast</artifactId>
      <version>2.6.7</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <properties>
    <project.build.sourceEncoding>UTF8</project.build.sourceEncoding>
  </properties>
</project>

POM Entry

<dependency>
   <groupId>io.vertx</groupId>
   <artifactId>vertx-hazelcast</artifactId>
   <version>2.1rc2</version>
</dependency>

Download

If you think the following vertx-hazelcast-2.1rc2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download vertx-hazelcast-2.1rc2.jar file




PreviousNext

Related