jar

com.github.ertugrulungor : AutoCreate

Maven & Gradle

Jul 28, 2020
1 stars

AutoCreate · A simple object creation library

Table Of Contents

Latest Version

Download com.github.ertugrulungor : AutoCreate JAR file - Latest Versions:

All Versions

Download com.github.ertugrulungor : AutoCreate 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 AutoCreate-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.ertugrulungor.enums

├─ com.github.ertugrulungor.enums.CreationType.class - [JAR]

com.github.ertugrulungor

├─ com.github.ertugrulungor.Assigner.class - [JAR]

├─ com.github.ertugrulungor.AutoCreate.class - [JAR]

├─ com.github.ertugrulungor.AutoFill.class - [JAR]

com.github.ertugrulungor.factories

├─ com.github.ertugrulungor.factories.ValueCreatorFactory.class - [JAR]

com.github.ertugrulungor.creators

├─ com.github.ertugrulungor.creators.BaseValueCreator.class - [JAR]

├─ com.github.ertugrulungor.creators.BooleanValueCreator.class - [JAR]

├─ com.github.ertugrulungor.creators.ByteValueCreator.class - [JAR]

├─ com.github.ertugrulungor.creators.CharValueCreator.class - [JAR]

├─ com.github.ertugrulungor.creators.DateValueCreator.class - [JAR]

├─ com.github.ertugrulungor.creators.DoubleValueCreator.class - [JAR]

├─ com.github.ertugrulungor.creators.FloatValueCreator.class - [JAR]

├─ com.github.ertugrulungor.creators.IntegerValueCreator.class - [JAR]

├─ com.github.ertugrulungor.creators.LongValueCreator.class - [JAR]

├─ com.github.ertugrulungor.creators.ShortValueCreator.class - [JAR]

├─ com.github.ertugrulungor.creators.StringValueCreator.class - [JAR]

├─ com.github.ertugrulungor.creators.ValueCreator.class - [JAR]