Categories |
CategoriesCLI User Interface Hazelcast Application Layer Libs Distributed Applications |
---|---|
GroupId | GroupIdcom.hazelcast |
ArtifactId | ArtifactIdhazelcast-client-protocol |
Version | Version1.6.0-5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.hazelcast/hazelcast-client-protocol/ -->
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-client-protocol</artifactId>
<version>1.6.0-5</version>
</dependency>
// https://jarcasting.com/artifacts/com.hazelcast/hazelcast-client-protocol/
implementation 'com.hazelcast:hazelcast-client-protocol:1.6.0-5'
// https://jarcasting.com/artifacts/com.hazelcast/hazelcast-client-protocol/
implementation ("com.hazelcast:hazelcast-client-protocol:1.6.0-5")
'com.hazelcast:hazelcast-client-protocol:jar:1.6.0-5'
<dependency org="com.hazelcast" name="hazelcast-client-protocol" rev="1.6.0-5">
<artifact name="hazelcast-client-protocol" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hazelcast', module='hazelcast-client-protocol', version='1.6.0-5')
)
libraryDependencies += "com.hazelcast" % "hazelcast-client-protocol" % "1.6.0-5"
[com.hazelcast/hazelcast-client-protocol "1.6.0-5"]