resolvers
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm.at.hookform</groupId>
<artifactId>resolvers</artifactId>
<version>5.9.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mvnpm.at.hookform</groupId>
<artifactId>resolvers</artifactId>
<version>5.9.0</version>
<name>hookform resolvers</name>
<description>React Hook Form validation resolvers: Yup, Joi, Superstruct, Zod, Vest, Class Validator, io-ts, Nope, computed-types, TypeBox, arktype, Typanion, Effect-TS and VineJS</description>
<url>https://react-hook-form.com</url>
<organization>
<name>bluebill1049</name>
<url>https://react-hook-form.com</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>bluebill1049</name>
<email>bluebill1049@gmail.com</email>
</developer>
<developer>
<name>kotarella1110</name>
<email>kotarella1110@gmail.com</email>
</developer>
<developer>
<name>jorisre</name>
<email>reixjoris@gmail.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/react-hook-form/resolvers.git</connection>
<developerConnection>https://github.com/react-hook-form/resolvers.git</developerConnection>
<url>https://github.com/react-hook-form/resolvers</url>
</scm>
<issueManagement>
<url>https://github.com/react-hook-form/resolvers/issues</url>
</issueManagement>
<properties>
<org.mvnpm-typanion.version>[3.3.2,4)</org.mvnpm-typanion.version>
<org.mvnpm-fluentvalidation-ts.version>[3.0.0,4)</org.mvnpm-fluentvalidation-ts.version>
<org.mvnpm-zod.version>[3.25.0,4),[4.0.0,5)</org.mvnpm-zod.version>
<org.mvnpm.at.sinclair-typebox.version>[0.25.24,)</org.mvnpm.at.sinclair-typebox.version>
<org.mvnpm-class-validator.version>[0.12.0,)</org.mvnpm-class-validator.version>
<org.mvnpm.at.vinejs-vine.version>[2.0.0,3),[3.0.0,4),[4.0.0,5)</org.mvnpm.at.vinejs-vine.version>
<org.mvnpm.at.typeschema-main.version>[0.13.7,)</org.mvnpm.at.typeschema-main.version>
<org.mvnpm-ajv-errors.version>[3.0.0,4)</org.mvnpm-ajv-errors.version>
<org.mvnpm-class-transformer.version>[0.4.0,)</org.mvnpm-class-transformer.version>
<org.mvnpm.at.standard-schema-utils.version>[0.3.0,0.4)</org.mvnpm.at.standard-schema-utils.version>
<org.mvnpm-ajv-formats.version>[2.1.1,3)</org.mvnpm-ajv-formats.version>
<org.mvnpm.at.standard-schema-spec.version>[1.0.0,2)</org.mvnpm.at.standard-schema-spec.version>
<org.mvnpm-superstruct.version>[0.12.0,)</org.mvnpm-superstruct.version>
<org.mvnpm-yup.version>[1.0.0,2)</org.mvnpm-yup.version>
<org.mvnpm-effect.version>[3.10.3,4)</org.mvnpm-effect.version>
<org.mvnpm-vest.version>[6.0.0,)</org.mvnpm-vest.version>
<org.mvnpm-fp-ts.version>[2.7.0,3)</org.mvnpm-fp-ts.version>
<org.mvnpm-joi.version>[17.0.0,18),[18.0.0,19)</org.mvnpm-joi.version>
<org.mvnpm-computed-types.version>[1.0.0,2)</org.mvnpm-computed-types.version>
<org.mvnpm-io-ts.version>[2.0.0,3)</org.mvnpm-io-ts.version>
<org.mvnpm-valibot.version>[0.31.0,),[1.0.0-beta.4,2),[1.0.0-rc,2)</org.mvnpm-valibot.version>
<org.mvnpm-arktype.version>[2.0.0,3)</org.mvnpm-arktype.version>
<org.mvnpm-nope-validator.version>[0.12.0,)</org.mvnpm-nope-validator.version>
<org.mvnpm-ajv.version>[8.12.0,9)</org.mvnpm-ajv.version>
<org.mvnpm-react-hook-form.version>[7.55.0,8)</org.mvnpm-react-hook-form.version>
<org.mvnpm-ata-validator.version>[1.2.0,2)</org.mvnpm-ata-validator.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm.at.standard-schema</groupId>
<artifactId>utils</artifactId>
<version>${org.mvnpm.at.standard-schema-utils.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>ajv</artifactId>
<version>${org.mvnpm-ajv.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>joi</artifactId>
<version>${org.mvnpm-joi.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>yup</artifactId>
<version>${org.mvnpm-yup.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>zod</artifactId>
<version>${org.mvnpm-zod.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>vest</artifactId>
<version>${org.mvnpm-vest.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>fp-ts</artifactId>
<version>${org.mvnpm-fp-ts.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>io-ts</artifactId>
<version>${org.mvnpm-io-ts.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>effect</artifactId>
<version>${org.mvnpm-effect.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>arktype</artifactId>
<version>${org.mvnpm-arktype.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>valibot</artifactId>
<version>${org.mvnpm-valibot.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>typanion</artifactId>
<version>${org.mvnpm-typanion.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>ajv-errors</artifactId>
<version>${org.mvnpm-ajv-errors.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>ajv-formats</artifactId>
<version>${org.mvnpm-ajv-formats.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>superstruct</artifactId>
<version>${org.mvnpm-superstruct.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.mvnpm.at.vinejs</groupId>
<artifactId>vine</artifactId>
<version>${org.mvnpm.at.vinejs-vine.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>ata-validator</artifactId>
<version>${org.mvnpm-ata-validator.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>computed-types</artifactId>
<version>${org.mvnpm-computed-types.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>nope-validator</artifactId>
<version>${org.mvnpm-nope-validator.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>class-validator</artifactId>
<version>${org.mvnpm-class-validator.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>react-hook-form</artifactId>
<version>${org.mvnpm-react-hook-form.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.typeschema</groupId>
<artifactId>main</artifactId>
<version>${org.mvnpm.at.typeschema-main.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.mvnpm.at.sinclair</groupId>
<artifactId>typebox</artifactId>
<version>${org.mvnpm.at.sinclair-typebox.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>class-transformer</artifactId>
<version>${org.mvnpm-class-transformer.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>fluentvalidation-ts</artifactId>
<version>${org.mvnpm-fluentvalidation-ts.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.mvnpm.at.standard-schema</groupId>
<artifactId>spec</artifactId>
<version>${org.mvnpm.at.standard-schema-spec.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>