resolvers
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm.at.hookform</groupId>
<artifactId>resolvers</artifactId>
<version>5.2.2</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.2.2</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-react-hook-form.version>[7.55.0,8)</org.mvnpm-react-hook-form.version>
<org.mvnpm.at.standard-schema-utils.version>[0.3.0,0.4)</org.mvnpm.at.standard-schema-utils.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>react-hook-form</artifactId>
<version>${org.mvnpm-react-hook-form.version}</version>
</dependency>
</dependencies>
</project>