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