Categories |
CategoriesHazelcast Application Layer Libs Distributed Applications |
---|---|
GroupId | GroupIdorg.apache.batchee |
ArtifactId | ArtifactIdbatchee-hazelcast |
Version | Version0.6 |
Type | Typejar |
Filename | Size |
---|---|
batchee-hazelcast-0.6.pom | |
batchee-hazelcast-0.6.jar | 13 KB |
batchee-hazelcast-0.6-sources.jar | 13 KB |
batchee-hazelcast-0.6-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.batchee/batchee-hazelcast/ -->
<dependency>
<groupId>org.apache.batchee</groupId>
<artifactId>batchee-hazelcast</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.batchee/batchee-hazelcast/
implementation 'org.apache.batchee:batchee-hazelcast:0.6'
// https://jarcasting.com/artifacts/org.apache.batchee/batchee-hazelcast/
implementation ("org.apache.batchee:batchee-hazelcast:0.6")
'org.apache.batchee:batchee-hazelcast:jar:0.6'
<dependency org="org.apache.batchee" name="batchee-hazelcast" rev="0.6">
<artifact name="batchee-hazelcast" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.batchee', module='batchee-hazelcast', version='0.6')
)
libraryDependencies += "org.apache.batchee" % "batchee-hazelcast" % "0.6"
[org.apache.batchee/batchee-hazelcast "0.6"]