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