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