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