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