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