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