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