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