is not current version
Last Version 4.1.1

org.ow2.novabpm.admin:bpmportal 4.0

This is the portal definition of the Nova BPM Admin console

GroupId

GroupId

org.ow2.novabpm.admin
ArtifactId

ArtifactId

bpmportal
Version

Version

4.0
Type

Type

war

Download bpmportal 4.0


<!-- https://jarcasting.com/artifacts/org.ow2.novabpm.admin/bpmportal/ -->
<dependency>
    <groupId>org.ow2.novabpm.admin</groupId>
    <artifactId>bpmportal</artifactId>
    <version>4.0</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.novabpm.admin/bpmportal/
implementation 'org.ow2.novabpm.admin:bpmportal:4.0'
// https://jarcasting.com/artifacts/org.ow2.novabpm.admin/bpmportal/
implementation ("org.ow2.novabpm.admin:bpmportal:4.0")
'org.ow2.novabpm.admin:bpmportal:war:4.0'
<dependency org="org.ow2.novabpm.admin" name="bpmportal" rev="4.0">
  <artifact name="bpmportal" type="war" />
</dependency>
@Grapes(
@Grab(group='org.ow2.novabpm.admin', module='bpmportal', version='4.0')
)
libraryDependencies += "org.ow2.novabpm.admin" % "bpmportal" % "4.0"
[org.ow2.novabpm.admin/bpmportal "4.0"]