The camunda-engine Spring framework integration is located inside the camunda-engine-spring maven module and can be added to apache maven-based projects through the following dependency:

    Please import the Camunda BOM to ensure correct versions for every Camunda project.

    1. <dependency>
    2. <groupId>org.camunda.bpm</groupId>
    3. <artifactId>camunda-engine-spring</artifactId>
    4. </dependency>

    The camunda-engine-spring artifact should be added as a library to the process application.

    原文: https://docs.camunda.org/manual/7.9/user-guide/spring-framework-integration/