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 |
|---|---|
| Categories |
CategoriesDistribution Build Tools |
| GroupId | GroupIdorg.jbpm.dashboard |
| ArtifactId | ArtifactIdjbpm-dashboard-distributions |
| Last Version | Last Version6.5.0.Final |
| Release Date | Release Date |
| Type | Typewar |
| Description |
DescriptionjBPM Dashboard Distributions Builder
This module builds the distribution wars for different application servers.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.jbpm.dashboard/jbpm-dashboard-distributions/ -->
<dependency>
<groupId>org.jbpm.dashboard</groupId>
<artifactId>jbpm-dashboard-distributions</artifactId>
<version>6.5.0.Final</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.jbpm.dashboard/jbpm-dashboard-distributions/
implementation 'org.jbpm.dashboard:jbpm-dashboard-distributions:6.5.0.Final'
// https://jarcasting.com/artifacts/org.jbpm.dashboard/jbpm-dashboard-distributions/
implementation ("org.jbpm.dashboard:jbpm-dashboard-distributions:6.5.0.Final")
'org.jbpm.dashboard:jbpm-dashboard-distributions:war:6.5.0.Final'
<dependency org="org.jbpm.dashboard" name="jbpm-dashboard-distributions" rev="6.5.0.Final">
<artifact name="jbpm-dashboard-distributions" type="war" />
</dependency>
@Grapes(
@Grab(group='org.jbpm.dashboard', module='jbpm-dashboard-distributions', version='6.5.0.Final')
)
libraryDependencies += "org.jbpm.dashboard" % "jbpm-dashboard-distributions" % "6.5.0.Final"
[org.jbpm.dashboard/jbpm-dashboard-distributions "6.5.0.Final"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jbpm.dashboard : jbpm-dashboard-webapp | war | 6.5.0.Final |
| org.hibernate : hibernate-core | jar | 4.2.7.Final |
| org.jboss.logging : jboss-logging | jar | |
| org.mortbay.jetty : jetty-runner | jar | |
| com.h2database : h2 | jar | |
| org.jboss.weld : weld-spi | jar | |
| org.jboss.weld : weld-core | jar | |
| org.jboss.weld.se : weld-se-core | jar | |
| org.jboss.weld.servlet : weld-servlet-core | jar | |
| org.slf4j : slf4j-jdk14 | jar |
| 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.