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