b

bpmportal.bonita

This is the portal definition of the Nova BPM Admin console for Bonita
Files download
File Operation
bpmportal.bonita-4.1.1.pom download
Apache Maven
<dependency>
  <groupId>org.ow2.novabpm.admin</groupId>
  <artifactId>bpmportal.bonita</artifactId>
  <version>4.1.1</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'org.ow2.novabpm.admin:bpmportal.bonita:4.1.1'
Gradle Kotlin
implementation("org.ow2.novabpm.admin:bpmportal.bonita:4.1.1")
Scala SBT
libraryDependencies += "org.ow2.novabpm.admin" % "bpmportal.bonita" % "4.1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.ow2.novabpm.admin', module='bpmportal.bonita', version='4.1.1')
)
Apache Ivy
<dependency org="org.ow2.novabpm.admin" name="bpmportal.bonita" rev="4.1.1" />
Leiningen
[org.ow2.novabpm.admin/bpmportal.bonita "4.1.1"]
Apache Buildr
'org.ow2.novabpm.admin:bpmportal.bonita:jar:4.1.1'