Categories |
CategoriesHazelcast Application Layer Libs Distributed Applications |
---|---|
GroupId | GroupIdcom.hazelcast |
ArtifactId | ArtifactIdhazelcast-ra |
Version | Version3.4.4 |
Type | Typepom |
Filename | Size |
---|---|
hazelcast-ra-3.4.4.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hazelcast/hazelcast-ra/ -->
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-ra</artifactId>
<version>3.4.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.hazelcast/hazelcast-ra/
implementation 'com.hazelcast:hazelcast-ra:3.4.4'
// https://jarcasting.com/artifacts/com.hazelcast/hazelcast-ra/
implementation ("com.hazelcast:hazelcast-ra:3.4.4")
'com.hazelcast:hazelcast-ra:pom:3.4.4'
<dependency org="com.hazelcast" name="hazelcast-ra" rev="3.4.4">
<artifact name="hazelcast-ra" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.hazelcast', module='hazelcast-ra', version='3.4.4')
)
libraryDependencies += "com.hazelcast" % "hazelcast-ra" % "3.4.4"
[com.hazelcast/hazelcast-ra "3.4.4"]