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