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
文件下载
文件名 操作
hazelcast-client-protocol-root-1.7.0.pom 下载
Apache Maven
<dependency>
  <groupId>com.hazelcast</groupId>
  <artifactId>hazelcast-client-protocol-root</artifactId>
  <version>1.7.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.hazelcast:hazelcast-client-protocol-root:1.7.0'
Gradle Kotlin
implementation("com.hazelcast:hazelcast-client-protocol-root:1.7.0")
Scala SBT
libraryDependencies += "com.hazelcast" % "hazelcast-client-protocol-root" % "1.7.0"
Groovy Grape
@Grapes(
  @Grab(group='com.hazelcast', module='hazelcast-client-protocol-root', version='1.7.0')
)
Apache Ivy
<dependency org="com.hazelcast" name="hazelcast-client-protocol-root" rev="1.7.0" />
Leiningen
[com.hazelcast/hazelcast-client-protocol-root "1.7.0"]
Apache Buildr
'com.hazelcast:hazelcast-client-protocol-root:jar:1.7.0'