| Категории |
КатегорииDoma Данные ORM |
|---|---|
| Группа | Группаorg.jbpm |
| Идентификатор | Идентификаторjbpm-console-ng-business-domain |
| Версия | Версия6.2.0.CR3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jbpm-console-ng-business-domain-6.2.0.CR3.pom | 1 KB |
| jbpm-console-ng-business-domain-6.2.0.CR3-tests.jar | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jbpm/jbpm-console-ng-business-domain/ -->
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-console-ng-business-domain</artifactId>
<version>6.2.0.CR3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jbpm/jbpm-console-ng-business-domain/
implementation 'org.jbpm:jbpm-console-ng-business-domain:6.2.0.CR3'
// https://jarcasting.com/artifacts/org.jbpm/jbpm-console-ng-business-domain/
implementation ("org.jbpm:jbpm-console-ng-business-domain:6.2.0.CR3")
'org.jbpm:jbpm-console-ng-business-domain:jar:6.2.0.CR3'
<dependency org="org.jbpm" name="jbpm-console-ng-business-domain" rev="6.2.0.CR3">
<artifact name="jbpm-console-ng-business-domain" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jbpm', module='jbpm-console-ng-business-domain', version='6.2.0.CR3')
)
libraryDependencies += "org.jbpm" % "jbpm-console-ng-business-domain" % "6.2.0.CR3"
[org.jbpm/jbpm-console-ng-business-domain "6.2.0.CR3"]