| Категории |
КатегорииCLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаorg.jbpm |
| Идентификатор | Идентификаторjbpm-console-ng-executor-service-client |
| Версия | Версия6.1.0.CR2 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.jbpm/jbpm-console-ng-executor-service-client/ -->
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-console-ng-executor-service-client</artifactId>
<version>6.1.0.CR2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jbpm/jbpm-console-ng-executor-service-client/
implementation 'org.jbpm:jbpm-console-ng-executor-service-client:6.1.0.CR2'
// https://jarcasting.com/artifacts/org.jbpm/jbpm-console-ng-executor-service-client/
implementation ("org.jbpm:jbpm-console-ng-executor-service-client:6.1.0.CR2")
'org.jbpm:jbpm-console-ng-executor-service-client:jar:6.1.0.CR2'
<dependency org="org.jbpm" name="jbpm-console-ng-executor-service-client" rev="6.1.0.CR2">
<artifact name="jbpm-console-ng-executor-service-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jbpm', module='jbpm-console-ng-executor-service-client', version='6.1.0.CR2')
)
libraryDependencies += "org.jbpm" % "jbpm-console-ng-executor-service-client" % "6.1.0.CR2"
[org.jbpm/jbpm-console-ng-executor-service-client "6.1.0.CR2"]