is not current version
Last Version 4.3.1

io.vertx:vertx-hazelcast 3.5.2.CR3


Categories

Categories

Hazelcast Application Layer Libs Distributed Applications
GroupId

GroupId

io.vertx
ArtifactId

ArtifactId

vertx-hazelcast
Version

Version

3.5.2.CR3
Type

Type

jar

Download vertx-hazelcast 3.5.2.CR3


<!-- https://jarcasting.com/artifacts/io.vertx/vertx-hazelcast/ -->
<dependency>
    <groupId>io.vertx</groupId>
    <artifactId>vertx-hazelcast</artifactId>
    <version>3.5.2.CR3</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-hazelcast/
implementation 'io.vertx:vertx-hazelcast:3.5.2.CR3'
// https://jarcasting.com/artifacts/io.vertx/vertx-hazelcast/
implementation ("io.vertx:vertx-hazelcast:3.5.2.CR3")
'io.vertx:vertx-hazelcast:jar:3.5.2.CR3'
<dependency org="io.vertx" name="vertx-hazelcast" rev="3.5.2.CR3">
  <artifact name="vertx-hazelcast" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-hazelcast', version='3.5.2.CR3')
)
libraryDependencies += "io.vertx" % "vertx-hazelcast" % "3.5.2.CR3"
[io.vertx/vertx-hazelcast "3.5.2.CR3"]