# validator **Repository Path**: vimeo/validator ## Basic Information - **Project Name**: validator - **Description**: A customizable style captcha component. - **Primary Language**: Kotlin - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-18 - **Last Updated**: 2024-12-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: Compose, Library ## README # validator [![](https://www.jitpack.io/v/com.sunzn/validator.svg)](https://www.jitpack.io/#com.sunzn/validator) [![](https://img.shields.io/badge/License-Apache%202.0-orange.svg)](http://www.apache.org/licenses/LICENSE-2.0.html) Validator is a customizable style captcha component. ### Gradle To get a Git project into your build: **Step 1**. Add the JitPack repository to your build file ```groovy allprojects { repositories { ... maven { url 'https://www.jitpack.io' } } } ``` **Step 2**. Add the dependency ```groovy dependencies { implementation 'com.sunzn:validator:1.0.0' } ``` ### License ``` Copyright [2016-2023] sunzn Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ```