| Categories | 
                CategoriesCLI User Interface | 
        
|---|---|
| GroupId | GroupIdorg.jbpm | 
    
| ArtifactId | ArtifactIdjbpm-console-ng-bpm-home-client | 
    
| Version | Version6.0.0.CR4-Pre1 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.jbpm/jbpm-console-ng-bpm-home-client/ -->
<dependency>
    <groupId>org.jbpm</groupId>
    <artifactId>jbpm-console-ng-bpm-home-client</artifactId>
    <version>6.0.0.CR4-Pre1</version>
</dependency>
                // https://jarcasting.com/artifacts/org.jbpm/jbpm-console-ng-bpm-home-client/
implementation 'org.jbpm:jbpm-console-ng-bpm-home-client:6.0.0.CR4-Pre1'
                // https://jarcasting.com/artifacts/org.jbpm/jbpm-console-ng-bpm-home-client/
implementation ("org.jbpm:jbpm-console-ng-bpm-home-client:6.0.0.CR4-Pre1")
                'org.jbpm:jbpm-console-ng-bpm-home-client:jar:6.0.0.CR4-Pre1'
                <dependency org="org.jbpm" name="jbpm-console-ng-bpm-home-client" rev="6.0.0.CR4-Pre1">
  <artifact name="jbpm-console-ng-bpm-home-client" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.jbpm', module='jbpm-console-ng-bpm-home-client', version='6.0.0.CR4-Pre1')
)
                libraryDependencies += "org.jbpm" % "jbpm-console-ng-bpm-home-client" % "6.0.0.CR4-Pre1"
                [org.jbpm/jbpm-console-ng-bpm-home-client "6.0.0.CR4-Pre1"]