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