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