GroupId | GroupIdorg.bonitasoft.engine |
---|---|
ArtifactId | ArtifactIdbpm |
Version | Version7.6.3 |
Type | Typepom |
Filename | Size |
---|---|
bpm-7.6.3.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bonitasoft.engine/bpm/ -->
<dependency>
<groupId>org.bonitasoft.engine</groupId>
<artifactId>bpm</artifactId>
<version>7.6.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bonitasoft.engine/bpm/
implementation 'org.bonitasoft.engine:bpm:7.6.3'
// https://jarcasting.com/artifacts/org.bonitasoft.engine/bpm/
implementation ("org.bonitasoft.engine:bpm:7.6.3")
'org.bonitasoft.engine:bpm:pom:7.6.3'
<dependency org="org.bonitasoft.engine" name="bpm" rev="7.6.3">
<artifact name="bpm" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bonitasoft.engine', module='bpm', version='7.6.3')
)
libraryDependencies += "org.bonitasoft.engine" % "bpm" % "7.6.3"
[org.bonitasoft.engine/bpm "7.6.3"]