License |
License |
---|---|
Categories |
CategoriesHazelcast Application Layer Libs Distributed Applications |
GroupId | GroupIdorg.camunda.bpm.ext |
ArtifactId | ArtifactIdcamunda-engine-hazelcast |
Version | Version1.0.0-alpha1 |
Type | Typejar |
Description |
DescriptionHazelcast Persistence Provider for Camunda Engine
This pom defines the required plugins and profiles to allow a camunda release build.
Inherit this pom when you want to release your project into the camunda nexus and/or maven central.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.ext/camunda-engine-hazelcast/ -->
<dependency>
<groupId>org.camunda.bpm.ext</groupId>
<artifactId>camunda-engine-hazelcast</artifactId>
<version>1.0.0-alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.ext/camunda-engine-hazelcast/
implementation 'org.camunda.bpm.ext:camunda-engine-hazelcast:1.0.0-alpha1'
// https://jarcasting.com/artifacts/org.camunda.bpm.ext/camunda-engine-hazelcast/
implementation ("org.camunda.bpm.ext:camunda-engine-hazelcast:1.0.0-alpha1")
'org.camunda.bpm.ext:camunda-engine-hazelcast:jar:1.0.0-alpha1'
<dependency org="org.camunda.bpm.ext" name="camunda-engine-hazelcast" rev="1.0.0-alpha1">
<artifact name="camunda-engine-hazelcast" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.ext', module='camunda-engine-hazelcast', version='1.0.0-alpha1')
)
libraryDependencies += "org.camunda.bpm.ext" % "camunda-engine-hazelcast" % "1.0.0-alpha1"
[org.camunda.bpm.ext/camunda-engine-hazelcast "1.0.0-alpha1"]
Group / Artifact | Type | Version |
---|---|---|
org.camunda.bpm : camunda-engine | jar | |
com.hazelcast : hazelcast-all | jar | 3.2.1 |
com.fasterxml.uuid : java-uuid-generator | jar |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |