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