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