GroupId | GroupIdorg.flowable |
---|---|
ArtifactId | ArtifactIdflowable-root |
Version | Version5.23.0 |
Type | Typepom |
Filename | Size |
---|---|
flowable-root-5.23.0.pom | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.flowable/flowable-root/ -->
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<version>5.23.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.flowable/flowable-root/
implementation 'org.flowable:flowable-root:5.23.0'
// https://jarcasting.com/artifacts/org.flowable/flowable-root/
implementation ("org.flowable:flowable-root:5.23.0")
'org.flowable:flowable-root:pom:5.23.0'
<dependency org="org.flowable" name="flowable-root" rev="5.23.0">
<artifact name="flowable-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.flowable', module='flowable-root', version='5.23.0')
)
libraryDependencies += "org.flowable" % "flowable-root" % "5.23.0"
[org.flowable/flowable-root "5.23.0"]