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