h

hazelcast-client-protocol-root

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