Download camunda-bom-7.5.0.jar file - Jar c

Jar examples for c:camunda-bom

Description

camunda BPM bill of material

You can download jar file camunda-bom 7.5.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add camunda-bom-7.5.0.jar to your project.

<dependency>
   <groupId>org.camunda.bpm</groupId>
   <artifactId>camunda-bom</artifactId>
   <version>7.5.0</version>
</dependency>
compile group: 'org.camunda.bpm', name: 'camunda-bom', version: '7.5.0'
libraryDependencies += "org.camunda.bpm" % "camunda-bom" % "7.5.0"
<dependency org="org.camunda.bpm" name="camunda-bom" rev="7.5.0"/>
@Grapes(@Grab(group='org.camunda.bpm', module='camunda-bom', version='7.5.0'))
'org.camunda.bpm:camunda-bom:jar:7.5.0'

Download

Click the following link to download the jar file.

camunda-bom-7.5.0.pom



Related Tutorials