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