How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-form-modeler-sample-custom-field-types</artifactId>
<version>6.0.1.Final</version>
</dependency>
Choose a version of org.jbpm : jbpm-form-modeler-sample-custom-field-types to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
6.1.x |
jbpm-form-modeler-sample-custom-field-types-6.1.0.Beta3
|
||
jbpm-form-modeler-sample-custom-field-types-6.1.0.Beta2
|
|||
jbpm-form-modeler-sample-custom-field-types-6.1.0.Beta1
|
|||
6.0.x |
jbpm-form-modeler-sample-custom-field-types-6.0.1.Final
|
||
jbpm-form-modeler-sample-custom-field-types-6.0.0.Final
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-form-modeler-sample-custom-field-types</artifactId>
<version>6.0.1.Final</version>
</dependency>
Advertisement