License |
License |
---|---|
GroupId | GroupIdorg.bonitasoft.engine |
ArtifactId | ArtifactIdbpm |
Last Version | Last Version7.14.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionBonita Engine is a workflow engine which can be embedded inside your own applications
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
bpm-7.14.0.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/org.bonitasoft.engine/bpm/ -->
<dependency>
<groupId>org.bonitasoft.engine</groupId>
<artifactId>bpm</artifactId>
<version>7.14.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bonitasoft.engine/bpm/
implementation 'org.bonitasoft.engine:bpm:7.14.0'
// https://jarcasting.com/artifacts/org.bonitasoft.engine/bpm/
implementation ("org.bonitasoft.engine:bpm:7.14.0")
'org.bonitasoft.engine:bpm:pom:7.14.0'
<dependency org="org.bonitasoft.engine" name="bpm" rev="7.14.0">
<artifact name="bpm" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bonitasoft.engine', module='bpm', version='7.14.0')
)
libraryDependencies += "org.bonitasoft.engine" % "bpm" % "7.14.0"
[org.bonitasoft.engine/bpm "7.14.0"]