Categories |
CategoriesHazelcast Application Layer Libs Distributed Applications |
---|---|
GroupId | GroupIdcom.hazelcast.jet |
ArtifactId | ArtifactIdhazelcast-jet-core |
Version | Version4.2 |
Type | Typejar |
Filename | Size |
---|---|
hazelcast-jet-core-4.2.pom | |
hazelcast-jet-core-4.2.jar | 1 MB |
hazelcast-jet-core-4.2-tests.jar | 1 MB |
hazelcast-jet-core-4.2-sources.jar | 870 KB |
hazelcast-jet-core-4.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hazelcast.jet/hazelcast-jet-core/ -->
<dependency>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-core</artifactId>
<version>4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.hazelcast.jet/hazelcast-jet-core/
implementation 'com.hazelcast.jet:hazelcast-jet-core:4.2'
// https://jarcasting.com/artifacts/com.hazelcast.jet/hazelcast-jet-core/
implementation ("com.hazelcast.jet:hazelcast-jet-core:4.2")
'com.hazelcast.jet:hazelcast-jet-core:jar:4.2'
<dependency org="com.hazelcast.jet" name="hazelcast-jet-core" rev="4.2">
<artifact name="hazelcast-jet-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hazelcast.jet', module='hazelcast-jet-core', version='4.2')
)
libraryDependencies += "com.hazelcast.jet" % "hazelcast-jet-core" % "4.2"
[com.hazelcast.jet/hazelcast-jet-core "4.2"]