spring-form-json
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.joutvhu</groupId>
<artifactId>spring-form-json</artifactId>
<version>1.30.0</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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.joutvhu</groupId>
<artifactId>spring-form-json</artifactId>
<version>1.30.0</version>
<name>spring-form-json</name>
<description>Support upload files with JSON data</description>
<url>https://github.com/joutvhu/form-json</url>
<organization>
<name>Giao Ho</name>
<url>https://github.com/joutvhu</url>
</organization>
<licenses>
<license>
<name>MIT License</name>
<url>https://github.com/joutvhu/form-json/blob/main/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>joutvhu</id>
<name>Giao Ho</name>
<email>joutvhu@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:joutvhu/form-json.git</connection>
<developerConnection>scm:git:git@github.com:joutvhu/form-json.git</developerConnection>
<url>https://github.com/joutvhu/form-json</url>
</scm>
<issueManagement>
<system>Github Issue</system>
<url>https://github.com/joutvhu/form-json/issues</url>
</issueManagement>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>3.0.0</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>org.reactivestreams</groupId>
<artifactId>reactive-streams</artifactId>
</dependency>
</dependencies>
</project>