| Categories |
CategoriesORM Data |
|---|---|
| GroupId | GroupIdorg.flowable |
| ArtifactId | ArtifactIdflowable-form-spring |
| Version | Version6.7.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| flowable-form-spring-6.7.0.pom | |
| flowable-form-spring-6.7.0.jar | 18 KB |
| flowable-form-spring-6.7.0-sources.jar | 14 KB |
| flowable-form-spring-6.7.0-javadoc.jar | 83 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.flowable/flowable-form-spring/ -->
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-form-spring</artifactId>
<version>6.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.flowable/flowable-form-spring/
implementation 'org.flowable:flowable-form-spring:6.7.0'
// https://jarcasting.com/artifacts/org.flowable/flowable-form-spring/
implementation ("org.flowable:flowable-form-spring:6.7.0")
'org.flowable:flowable-form-spring:jar:6.7.0'
<dependency org="org.flowable" name="flowable-form-spring" rev="6.7.0">
<artifact name="flowable-form-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.flowable', module='flowable-form-spring', version='6.7.0')
)
libraryDependencies += "org.flowable" % "flowable-form-spring" % "6.7.0"
[org.flowable/flowable-form-spring "6.7.0"]