a

admin

Nova BPM Admin is the web console of the tools Nova Bonita (aka Bonita 4.0) and Nova Orchestra (aka Orchestra 4.0).
GNU Lesser General Public License Version 2.1
Files download
File Operation
admin-4.1.1.pom download
Apache Maven
<dependency>
  <groupId>org.ow2.novabpm.admin</groupId>
  <artifactId>admin</artifactId>
  <version>4.1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.ow2.novabpm.admin:admin:4.1.1'
Gradle Kotlin
implementation("org.ow2.novabpm.admin:admin:4.1.1")
Scala SBT
libraryDependencies += "org.ow2.novabpm.admin" % "admin" % "4.1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.ow2.novabpm.admin', module='admin', version='4.1.1')
)
Apache Ivy
<dependency org="org.ow2.novabpm.admin" name="admin" rev="4.1.1" />
Leiningen
[org.ow2.novabpm.admin/admin "4.1.1"]
Apache Buildr
'org.ow2.novabpm.admin:admin:jar:4.1.1'