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.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.jbpm.dashboard |
| Идентификатор | Идентификаторjbpm-dashboard |
| Последняя версия | Последняя версия6.5.0.Final |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеDashboard Builder for jBPM
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).
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jbpm-dashboard-6.5.0.Final.pom | 3 KB |
| jbpm-dashboard-6.5.0.Final-tests.jar | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jbpm.dashboard/jbpm-dashboard/ -->
<dependency>
<groupId>org.jbpm.dashboard</groupId>
<artifactId>jbpm-dashboard</artifactId>
<version>6.5.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.jbpm.dashboard/jbpm-dashboard/
implementation 'org.jbpm.dashboard:jbpm-dashboard:6.5.0.Final'
// https://jarcasting.com/artifacts/org.jbpm.dashboard/jbpm-dashboard/
implementation ("org.jbpm.dashboard:jbpm-dashboard:6.5.0.Final")
'org.jbpm.dashboard:jbpm-dashboard:jar:6.5.0.Final'
<dependency org="org.jbpm.dashboard" name="jbpm-dashboard" rev="6.5.0.Final">
<artifact name="jbpm-dashboard" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jbpm.dashboard', module='jbpm-dashboard', version='6.5.0.Final')
)
libraryDependencies += "org.jbpm.dashboard" % "jbpm-dashboard" % "6.5.0.Final"
[org.jbpm.dashboard/jbpm-dashboard "6.5.0.Final"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jboss.dashboard-builder » dashboard-displayer-core | jar | |
| org.jboss.dashboard-builder » dashboard-ui-core | jar |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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.