Categories |
CategoriesHazelcast Application Layer Libs Distributed Applications |
---|---|
GroupId | GroupIdcom.hazelcast.jet |
ArtifactId | ArtifactIdhazelcast-jet-root |
Version | Version4.4 |
Type | Typepom |
Filename | Size |
---|---|
hazelcast-jet-root-4.4.pom | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hazelcast.jet/hazelcast-jet-root/ -->
<dependency>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-root</artifactId>
<version>4.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.hazelcast.jet/hazelcast-jet-root/
implementation 'com.hazelcast.jet:hazelcast-jet-root:4.4'
// https://jarcasting.com/artifacts/com.hazelcast.jet/hazelcast-jet-root/
implementation ("com.hazelcast.jet:hazelcast-jet-root:4.4")
'com.hazelcast.jet:hazelcast-jet-root:pom:4.4'
<dependency org="com.hazelcast.jet" name="hazelcast-jet-root" rev="4.4">
<artifact name="hazelcast-jet-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.hazelcast.jet', module='hazelcast-jet-root', version='4.4')
)
libraryDependencies += "com.hazelcast.jet" % "hazelcast-jet-root" % "4.4"
[com.hazelcast.jet/hazelcast-jet-root "4.4"]