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