jar

io.github.hwolf.kvalidation : kvalidation-common

Maven & Gradle

Jul 29, 2023
1 usages
0 stars

Validation DSL for Kotlin · Validation DSL for Kotlin is a type-safe, powerful and extensible fluent DSL to validate objects in Kotlin

Table Of Contents

Latest Version

Download io.github.hwolf.kvalidation : kvalidation-common JAR file - Latest Versions:

All Versions

Download io.github.hwolf.kvalidation : kvalidation-common JAR file - All Versions:

Version Vulnerabilities Size Updated
0.6.x
0.5.x
0.4.x
0.3.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window kvalidation-common-0.6.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.hwolf.kvalidation.common

├─ io.github.hwolf.kvalidation.common.CreditorCard.class - [JAR]

├─ io.github.hwolf.kvalidation.common.CreditorCardKt.class - [JAR]

├─ io.github.hwolf.kvalidation.common.Email.class - [JAR]

├─ io.github.hwolf.kvalidation.common.EmailKt.class - [JAR]

├─ io.github.hwolf.kvalidation.common.GermanZipCode.class - [JAR]

├─ io.github.hwolf.kvalidation.common.GermanZipCodeKt.class - [JAR]

├─ io.github.hwolf.kvalidation.common.Iban.class - [JAR]

├─ io.github.hwolf.kvalidation.common.IbanKt.class - [JAR]

├─ io.github.hwolf.kvalidation.common.PhoneNumber.class - [JAR]

├─ io.github.hwolf.kvalidation.common.PhoneNumberKt.class - [JAR]

├─ io.github.hwolf.kvalidation.common.PhoneNumberValidator.class - [JAR]

├─ io.github.hwolf.kvalidation.common.Url.class - [JAR]

├─ io.github.hwolf.kvalidation.common.UrlKt.class - [JAR]

Advertisement