h

hazelcast-client-protocol-root

Client Protocol of Hazelcast In-Memory DataGrid
http://www.hazelcast.com/
The Apache Software License, Version 2.0
Ihsan Demir Sancar Koyunlu Asim Arslan
Files download
File Operation
hazelcast-client-protocol-root-2.0.0-3.pom download
Apache Maven
<dependency>
  <groupId>com.hazelcast</groupId>
  <artifactId>hazelcast-client-protocol-root</artifactId>
  <version>2.0.0-3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.hazelcast:hazelcast-client-protocol-root:2.0.0-3'
Gradle Kotlin
implementation("com.hazelcast:hazelcast-client-protocol-root:2.0.0-3")
Scala SBT
libraryDependencies += "com.hazelcast" % "hazelcast-client-protocol-root" % "2.0.0-3"
Groovy Grape
@Grapes(
  @Grab(group='com.hazelcast', module='hazelcast-client-protocol-root', version='2.0.0-3')
)
Apache Ivy
<dependency org="com.hazelcast" name="hazelcast-client-protocol-root" rev="2.0.0-3" />
Leiningen
[com.hazelcast/hazelcast-client-protocol-root "2.0.0-3"]
Apache Buildr
'com.hazelcast:hazelcast-client-protocol-root:jar:2.0.0-3'