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