GroupId | GroupIdorg.ow2.bonita |
---|---|
ArtifactId | ArtifactIdbonita-runtime |
Version | Version4.1.1 |
Type | Typepom |
Filename | Size |
---|---|
bonita-runtime-4.1.1.pom | |
bonita-runtime-4.1.1.zip | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.bonita/bonita-runtime/ -->
<dependency>
<groupId>org.ow2.bonita</groupId>
<artifactId>bonita-runtime</artifactId>
<version>4.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.bonita/bonita-runtime/
implementation 'org.ow2.bonita:bonita-runtime:4.1.1'
// https://jarcasting.com/artifacts/org.ow2.bonita/bonita-runtime/
implementation ("org.ow2.bonita:bonita-runtime:4.1.1")
'org.ow2.bonita:bonita-runtime:pom:4.1.1'
<dependency org="org.ow2.bonita" name="bonita-runtime" rev="4.1.1">
<artifact name="bonita-runtime" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.bonita', module='bonita-runtime', version='4.1.1')
)
libraryDependencies += "org.ow2.bonita" % "bonita-runtime" % "4.1.1"
[org.ow2.bonita/bonita-runtime "4.1.1"]