form-flow
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.codeforamerica.platform</groupId> <artifactId>form-flow</artifactId> <version>1.6.23</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.codeforamerica.platform</groupId> <artifactId>form-flow</artifactId> <version>1.6.23</version> <packaging>pom</packaging> <name>Form Flow Builder</name> <description>A Java library placed in a Spring Boot app to generate form flows.</description> <url>https://github.com/codeforamerica/form-flow/</url> <licenses> <license> <name>MIT License</name> <url>https://raw.githubusercontent.com/git/git-scm.com/main/MIT-LICENSE.txt</url> </license> </licenses> <developers> <developer> <id>cy-cfa</id> <name>Cypress Borg</name> <email>cborg@codeforamerica.org</email> </developer> <developer> <id>luigi</id> <name>Luigi Ray-Montañez</name> <email>luigi@codeforamerica.org</email> </developer> <developer> <id>birdprsn</id> <name>Alex Gonzalez</name> <email>agonzalez@codeforamerica.org</email> </developer> <developer> <id>cenyia</id> <name>Chibuisi Enyia</name> <email>cenyia@codeforamerica.org</email> </developer> <developer> <id>rcastillo</id> <name>Rapi Castillo</name> <email>rcastillo@codeforamerica.org</email> </developer> <developer> <id>bethany</id> <name>Bethany Seeger</name> <email>bseeger@codeforamerica.org</email> </developer> <developer> <id>vrajmohan</id> <name>Vraj Mohan</name> <email>vraj@codeforamerica.org</email> </developer> <developer> <id>marthapidcock</id> <name>Martha Pidcock</name> <email>mpidcock@codeforamerica.org</email> </developer> </developers> <scm> <url>scm:git:https://github.com/codeforamerica/form-flow.git</url> </scm> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> <version>3.4.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jpa</artifactId> <version>3.4.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.springframework.integration</groupId> <artifactId>spring-integration-ws</artifactId> <version>6.4.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>33.4.8-jre</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> <version>3.4.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-validation</artifactId> <version>3.4.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security</artifactId> <version>3.4.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-webflux</artifactId> <version>3.4.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <version>3.4.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains</groupId> <artifactId>annotations</artifactId> <version>26.0.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.hypersistence</groupId> <artifactId>hypersistence-utils-hibernate-63</artifactId> <version>3.9.9</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.flywaydb</groupId> <artifactId>flyway-core</artifactId> <version>9.22.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.webjars.npm</groupId> <artifactId>dropzone</artifactId> <version>5.9.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>software.amazon.awssdk</groupId> <artifactId>s3</artifactId> <version>2.31.20</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.smartystreets.api</groupId> <artifactId>smartystreets-java-sdk</artifactId> <version>3.18.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.librepdf</groupId> <artifactId>openpdf</artifactId> <version>2.0.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> <version>2.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.mailgun</groupId> <artifactId>mailgun-java</artifactId> <version>1.1.5</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.crypto.tink</groupId> <artifactId>tink</artifactId> <version>1.17.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.springframework.session</groupId> <artifactId>spring-session-jdbc</artifactId> <version>3.4.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.tika</groupId> <artifactId>tika-core</artifactId> <version>3.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>1.18.0</version> <scope>runtime</scope> </dependency> </dependencies> <dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> <version>3.4.4</version> <scope>import</scope> <type>pom</type> </dependency> </dependencies> </dependencyManagement> </project>