License |
License |
---|---|
Categories |
CategoriesHazelcast Application Layer Libs Distributed Applications |
GroupId | GroupIdcom.budjb |
ArtifactId | ArtifactIdspring-distributed-cluster-hazelcast |
Last Version | Last Version0.1.2.BETA |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-distributed-cluster-hazelcast
An implementation of the Spring Distributed Cluster library using Hazelcast
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.budjb/spring-distributed-cluster-hazelcast/ -->
<dependency>
<groupId>com.budjb</groupId>
<artifactId>spring-distributed-cluster-hazelcast</artifactId>
<version>0.1.2.BETA</version>
</dependency>
// https://jarcasting.com/artifacts/com.budjb/spring-distributed-cluster-hazelcast/
implementation 'com.budjb:spring-distributed-cluster-hazelcast:0.1.2.BETA'
// https://jarcasting.com/artifacts/com.budjb/spring-distributed-cluster-hazelcast/
implementation ("com.budjb:spring-distributed-cluster-hazelcast:0.1.2.BETA")
'com.budjb:spring-distributed-cluster-hazelcast:jar:0.1.2.BETA'
<dependency org="com.budjb" name="spring-distributed-cluster-hazelcast" rev="0.1.2.BETA">
<artifact name="spring-distributed-cluster-hazelcast" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.budjb', module='spring-distributed-cluster-hazelcast', version='0.1.2.BETA')
)
libraryDependencies += "com.budjb" % "spring-distributed-cluster-hazelcast" % "0.1.2.BETA"
[com.budjb/spring-distributed-cluster-hazelcast "0.1.2.BETA"]
Group / Artifact | Type | Version |
---|---|---|
com.budjb : spring-distributed-cluster | jar | 0.1.2.BETA |
com.budjb : spring-distributed-locks-hazelcast | jar | 0.1.1.BETA |
com.hazelcast : hazelcast-all | jar | 3.9.1 |