Registry / other / camunda-bom

camunda-bom

JSON →
library7.24.0javamavenunverified

Bill of materials for Camunda Platform, managing dependency versions for Camunda modules.

<dependency> <groupId>org.camunda.bpm</groupId> <artifactId>camunda-bom</artifactId> <version>7.24.0</version> </dependency>
INSTALL
IMPORT
SIG · CAMUNDA-BOM
C
camunda-bom
otherjavav7.24.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ProcessEngine
✓ org.camunda.bpm.engine.ProcessEngine

Bootstraps an in-memory Camunda Process Engine.

import org.camunda.bpm.engine.ProcessEngine; import org.camunda.bpm.engine.ProcessEngineConfiguration; public class Example { public static void main(String[] args) { ProcessEngine processEngine = ProcessEngineConfiguration .createStandaloneInMemProcessEngineConfiguration() .buildProcessEngine(); System.out.println(processEngine.getName()); } }
Debug
Known issues
breakingVersion 7.24.0 is the last community edition release on Maven Central; no further updates.
fix
Consider enterprise edition for extended maintenance or migrate to alternative.
affects: >=7.24.0
Upgrade
Version history
7.24.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
11
Resources
camunda-bom — mvn dependency:get camunda-bom · libregistry