jar

nl.benkhard : envio

Maven & Gradle

Nov 16, 2020
0 stars

Env.io · Env.io helps developers manage their environmental variables using annotations. Either access them safely through optionals or automatically parse them into any class you want.

Table Of Contents

Latest Version

Download nl.benkhard : envio JAR file - Latest Versions:

All Versions

Download nl.benkhard : envio JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3
1.2

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 envio-1.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

nl.benkhard.envio.exception

├─ nl.benkhard.envio.exception.IllegalTypeAnnotationException.class - [JAR]

├─ nl.benkhard.envio.exception.InaccessibleMethodException.class - [JAR]

├─ nl.benkhard.envio.exception.InvalidParametersException.class - [JAR]

├─ nl.benkhard.envio.exception.ValidationException.class - [JAR]

nl.benkhard.envio.processor

├─ nl.benkhard.envio.processor.EnvironmentVariablesProcessor.class - [JAR]

nl.benkhard.envio.util

├─ nl.benkhard.envio.util.NameUtils.class - [JAR]

nl.benkhard.envio.builder

├─ nl.benkhard.envio.builder.EnvironmentClassTypeSpecBuilder.class - [JAR]

├─ nl.benkhard.envio.builder.OptionalMethod.class - [JAR]

├─ nl.benkhard.envio.builder.RequiredMethod.class - [JAR]

nl.benkhard.envio.model

├─ nl.benkhard.envio.model.DeclaredVariable.class - [JAR]

├─ nl.benkhard.envio.model.OptionalVariable.class - [JAR]

├─ nl.benkhard.envio.model.RequiredVariable.class - [JAR]

nl.benkhard.envio.annotation

├─ nl.benkhard.envio.annotation.EnvironmentVariable.class - [JAR]

├─ nl.benkhard.envio.annotation.EnvironmentVariables.class - [JAR]

nl.benkhard.envio.validator

├─ nl.benkhard.envio.validator.DeclaredVariableValidator.class - [JAR]

Advertisement