is not current version
Last Version 6.7.2

org.flowable:flowable-cxf 6.4.1


GroupId

GroupId

org.flowable
ArtifactId

ArtifactId

flowable-cxf
Version

Version

6.4.1
Type

Type

jar

Download flowable-cxf 6.4.1


<!-- https://jarcasting.com/artifacts/org.flowable/flowable-cxf/ -->
<dependency>
    <groupId>org.flowable</groupId>
    <artifactId>flowable-cxf</artifactId>
    <version>6.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.flowable/flowable-cxf/
implementation 'org.flowable:flowable-cxf:6.4.1'
// https://jarcasting.com/artifacts/org.flowable/flowable-cxf/
implementation ("org.flowable:flowable-cxf:6.4.1")
'org.flowable:flowable-cxf:jar:6.4.1'
<dependency org="org.flowable" name="flowable-cxf" rev="6.4.1">
  <artifact name="flowable-cxf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.flowable', module='flowable-cxf', version='6.4.1')
)
libraryDependencies += "org.flowable" % "flowable-cxf" % "6.4.1"
[org.flowable/flowable-cxf "6.4.1"]