Categories |
CategoriesDistribution Build Tools |
---|---|
GroupId | GroupIdorg.jbpm.dashboard |
ArtifactId | ArtifactIdjbpm-dashboard-distributions |
Version | Version6.1.0.Final |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.jbpm.dashboard/jbpm-dashboard-distributions/ -->
<dependency>
<groupId>org.jbpm.dashboard</groupId>
<artifactId>jbpm-dashboard-distributions</artifactId>
<version>6.1.0.Final</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.jbpm.dashboard/jbpm-dashboard-distributions/
implementation 'org.jbpm.dashboard:jbpm-dashboard-distributions:6.1.0.Final'
// https://jarcasting.com/artifacts/org.jbpm.dashboard/jbpm-dashboard-distributions/
implementation ("org.jbpm.dashboard:jbpm-dashboard-distributions:6.1.0.Final")
'org.jbpm.dashboard:jbpm-dashboard-distributions:war:6.1.0.Final'
<dependency org="org.jbpm.dashboard" name="jbpm-dashboard-distributions" rev="6.1.0.Final">
<artifact name="jbpm-dashboard-distributions" type="war" />
</dependency>
@Grapes(
@Grab(group='org.jbpm.dashboard', module='jbpm-dashboard-distributions', version='6.1.0.Final')
)
libraryDependencies += "org.jbpm.dashboard" % "jbpm-dashboard-distributions" % "6.1.0.Final"
[org.jbpm.dashboard/jbpm-dashboard-distributions "6.1.0.Final"]