MVN

org.codeforamerica.platform : form-flow

Maven & Gradle

Aug 22, 2023
19 stars

Form Flow Builder · A Java library placed in a Spring Boot app to generate form flows.

<dependency>
    <groupId>org.codeforamerica.platform</groupId>
    <artifactId>form-flow</artifactId>
    <version>0.0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codeforamerica.platform : form-flow to add to Maven - Latest Versions:

  • Latest Stable: 0.0.11

All Versions

Choose a version of org.codeforamerica.platform : form-flow to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
form-flow-0.0.11
form-flow-0.0.10
form-flow-0.0.9
form-flow-0.0.8
form-flow-0.0.7.1
form-flow-0.0.7
form-flow-0.0.6
form-flow-0.0.5
form-flow-0.0.4
form-flow-0.0.3

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.codeforamerica.platform</groupId>
    <artifactId>form-flow</artifactId>
    <version>0.0.11</version>
</dependency>