Categories |
CategoriesHazelcast Application Layer Libs Distributed Applications ORM Data |
---|---|
GroupId | GroupIdcom.stormpath.sdk |
ArtifactId | ArtifactIdstormpath-sdk-hazelcast |
Version | Version1.4.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.stormpath.sdk/stormpath-sdk-hazelcast/ -->
<dependency>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-hazelcast</artifactId>
<version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.stormpath.sdk/stormpath-sdk-hazelcast/
implementation 'com.stormpath.sdk:stormpath-sdk-hazelcast:1.4.1'
// https://jarcasting.com/artifacts/com.stormpath.sdk/stormpath-sdk-hazelcast/
implementation ("com.stormpath.sdk:stormpath-sdk-hazelcast:1.4.1")
'com.stormpath.sdk:stormpath-sdk-hazelcast:jar:1.4.1'
<dependency org="com.stormpath.sdk" name="stormpath-sdk-hazelcast" rev="1.4.1">
<artifact name="stormpath-sdk-hazelcast" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stormpath.sdk', module='stormpath-sdk-hazelcast', version='1.4.1')
)
libraryDependencies += "com.stormpath.sdk" % "stormpath-sdk-hazelcast" % "1.4.1"
[com.stormpath.sdk/stormpath-sdk-hazelcast "1.4.1"]