Starting from version 7.x the Dashbuilder has been rewritten and moved into different repository: https://github.com/dashbuilder/dashbuilder
Older branches (e.g. 6.5.x and 6.4.x) are still kept in this repository.
License |
License |
---|---|
GroupId | GroupIdorg.jbpm.dashboard |
ArtifactId | ArtifactIdjbpm-dashboard-modules |
Last Version | Last Version6.5.0.Final |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionjBPM Dashboard Builder Modules
The parent with dependencies imports the KIE Platform BOM and adds the default test-scoped dependencies.
All modules extend this parent, except for the user-facing BOMs (which are used here).
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jbpm-dashboard-modules-6.5.0.Final.pom | 2 KB |
jbpm-dashboard-modules-6.5.0.Final-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jbpm.dashboard/jbpm-dashboard-modules/ -->
<dependency>
<groupId>org.jbpm.dashboard</groupId>
<artifactId>jbpm-dashboard-modules</artifactId>
<version>6.5.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.jbpm.dashboard/jbpm-dashboard-modules/
implementation 'org.jbpm.dashboard:jbpm-dashboard-modules:6.5.0.Final'
// https://jarcasting.com/artifacts/org.jbpm.dashboard/jbpm-dashboard-modules/
implementation ("org.jbpm.dashboard:jbpm-dashboard-modules:6.5.0.Final")
'org.jbpm.dashboard:jbpm-dashboard-modules:jar:6.5.0.Final'
<dependency org="org.jbpm.dashboard" name="jbpm-dashboard-modules" rev="6.5.0.Final">
<artifact name="jbpm-dashboard-modules" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jbpm.dashboard', module='jbpm-dashboard-modules', version='6.5.0.Final')
)
libraryDependencies += "org.jbpm.dashboard" % "jbpm-dashboard-modules" % "6.5.0.Final"
[org.jbpm.dashboard/jbpm-dashboard-modules "6.5.0.Final"]
Group / Artifact | Type | Version |
---|---|---|
org.jboss.dashboard-builder » dashboard-displayer-core | jar | |
org.jboss.dashboard-builder » dashboard-ui-core | jar |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | |
org.mockito : mockito-core | jar |
Starting from version 7.x the Dashbuilder has been rewritten and moved into different repository: https://github.com/dashbuilder/dashbuilder
Older branches (e.g. 6.5.x and 6.4.x) are still kept in this repository.