| Categories | CategoriesCLI User Interface | 
|---|---|
| GroupId | GroupIdorg.jbpm | 
| ArtifactId | ArtifactIdjbpm-wb-executor-service-client | 
| Version | Version7.41.0.t20200723 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.jbpm/jbpm-wb-executor-service-client/ -->
<dependency>
    <groupId>org.jbpm</groupId>
    <artifactId>jbpm-wb-executor-service-client</artifactId>
    <version>7.41.0.t20200723</version>
</dependency>// https://jarcasting.com/artifacts/org.jbpm/jbpm-wb-executor-service-client/
implementation 'org.jbpm:jbpm-wb-executor-service-client:7.41.0.t20200723'// https://jarcasting.com/artifacts/org.jbpm/jbpm-wb-executor-service-client/
implementation ("org.jbpm:jbpm-wb-executor-service-client:7.41.0.t20200723")'org.jbpm:jbpm-wb-executor-service-client:jar:7.41.0.t20200723'<dependency org="org.jbpm" name="jbpm-wb-executor-service-client" rev="7.41.0.t20200723">
  <artifact name="jbpm-wb-executor-service-client" type="jar" />
</dependency>@Grapes(
@Grab(group='org.jbpm', module='jbpm-wb-executor-service-client', version='7.41.0.t20200723')
)libraryDependencies += "org.jbpm" % "jbpm-wb-executor-service-client" % "7.41.0.t20200723"[org.jbpm/jbpm-wb-executor-service-client "7.41.0.t20200723"]