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