jar

com.github.rostislav-maslov.rcore : rcore-commons

Maven & Gradle

Feb 14, 2024
3 stars

com.github.rostislav-maslov.rcore:rcore-commons · Commons component for Clean Arch apps

Table Of Contents

Latest Version

Download com.github.rostislav-maslov.rcore : rcore-commons JAR file - Latest Versions:

All Versions

Download com.github.rostislav-maslov.rcore : rcore-commons JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.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 rcore-commons-1.0.27.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.rcore.commons.validators

├─ com.rcore.commons.validators.RequestValidator.class - [JAR]

com.rcore.commons.utils.impl

├─ com.rcore.commons.utils.impl.DefaultPasswordCryptographer.class - [JAR]

├─ com.rcore.commons.utils.impl.EmailValidatorImpl.class - [JAR]

├─ com.rcore.commons.utils.impl.PhoneNumberFormatterImpl.class - [JAR]

├─ com.rcore.commons.utils.impl.PhoneNumberValidatorImpl.class - [JAR]

com.rcore.commons.utils

├─ com.rcore.commons.utils.ClassUtils.class - [JAR]

├─ com.rcore.commons.utils.DateTimeUtils.class - [JAR]

├─ com.rcore.commons.utils.DomainUtils.class - [JAR]

├─ com.rcore.commons.utils.EmailValidator.class - [JAR]

├─ com.rcore.commons.utils.JsonSchemaUtils.class - [JAR]

├─ com.rcore.commons.utils.PasswordCryptographer.class - [JAR]

├─ com.rcore.commons.utils.PhoneNumberFormatter.class - [JAR]

├─ com.rcore.commons.utils.PhoneNumberUtils.class - [JAR]

├─ com.rcore.commons.utils.PhoneNumberValidator.class - [JAR]

├─ com.rcore.commons.utils.StringUtils.class - [JAR]

com.rcore.commons.exceptions

├─ com.rcore.commons.exceptions.InvalidPhoneNumberFormatException.class - [JAR]

com.rcore.commons.mapper

├─ com.rcore.commons.mapper.DataMapper.class - [JAR]

├─ com.rcore.commons.mapper.ExampleDataMapper.class - [JAR]

com.rcore.commons.jsonschema.exception

├─ com.rcore.commons.jsonschema.exception.RequiredValueNotExist.class - [JAR]

com.rcore.commons.jsonschema

├─ com.rcore.commons.jsonschema.Property.class - [JAR]

├─ com.rcore.commons.jsonschema.Type.class - [JAR]