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