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