GroupId | GroupIdorg.jbpm |
---|---|
ArtifactId | ArtifactIdjbpm-workitems-rest |
Version | Version7.14.0.Final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jbpm/jbpm-workitems-rest/ -->
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-workitems-rest</artifactId>
<version>7.14.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.jbpm/jbpm-workitems-rest/
implementation 'org.jbpm:jbpm-workitems-rest:7.14.0.Final'
// https://jarcasting.com/artifacts/org.jbpm/jbpm-workitems-rest/
implementation ("org.jbpm:jbpm-workitems-rest:7.14.0.Final")
'org.jbpm:jbpm-workitems-rest:jar:7.14.0.Final'
<dependency org="org.jbpm" name="jbpm-workitems-rest" rev="7.14.0.Final">
<artifact name="jbpm-workitems-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jbpm', module='jbpm-workitems-rest', version='7.14.0.Final')
)
libraryDependencies += "org.jbpm" % "jbpm-workitems-rest" % "7.14.0.Final"
[org.jbpm/jbpm-workitems-rest "7.14.0.Final"]