Categories |
CategoriesHazelcast Application Layer Libs Distributed Applications |
---|---|
GroupId | GroupIdcom.hazelcast |
ArtifactId | ArtifactIdhazelcast-spring |
Version | Version4.1.9 |
Type | Typejar |
Filename | Size |
---|---|
hazelcast-spring-4.1.9.pom | |
hazelcast-spring-4.1.9.jar | 159 KB |
hazelcast-spring-4.1.9-tests.jar | 7 KB |
hazelcast-spring-4.1.9-sources.jar | 122 KB |
hazelcast-spring-4.1.9-javadoc.jar | 137 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hazelcast/hazelcast-spring/ -->
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-spring</artifactId>
<version>4.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.hazelcast/hazelcast-spring/
implementation 'com.hazelcast:hazelcast-spring:4.1.9'
// https://jarcasting.com/artifacts/com.hazelcast/hazelcast-spring/
implementation ("com.hazelcast:hazelcast-spring:4.1.9")
'com.hazelcast:hazelcast-spring:jar:4.1.9'
<dependency org="com.hazelcast" name="hazelcast-spring" rev="4.1.9">
<artifact name="hazelcast-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hazelcast', module='hazelcast-spring', version='4.1.9')
)
libraryDependencies += "com.hazelcast" % "hazelcast-spring" % "4.1.9"
[com.hazelcast/hazelcast-spring "4.1.9"]