jar

com.github.halking : mvc-gen

Maven & Gradle

Apr 30, 2021
1 stars

MvcGen · a code generator of mvc pattern

Table Of Contents

Latest Version

Download com.github.halking : mvc-gen JAR file - Latest Versions:

All Versions

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

org.mvc.api

├─ org.mvc.api.AbstractBaseProperties.class - [JAR]

├─ org.mvc.api.AbstractBaseSpec.class - [JAR]

├─ org.mvc.api.BaseSpec.class - [JAR]

├─ org.mvc.api.PropertyHolder.class - [JAR]

├─ org.mvc.api.TableColumnApi.class - [JAR]

org.mvc.util

├─ org.mvc.util.JdbcUtil.class - [JAR]

├─ org.mvc.util.ReflectUtil.class - [JAR]

├─ org.mvc.util.StringUtils.class - [JAR]

├─ org.mvc.util.VerdictUtil.class - [JAR]

org.mvc.gen

├─ org.mvc.gen.ClassSpec.class - [JAR]

├─ org.mvc.gen.InnerMethod.class - [JAR]

├─ org.mvc.gen.MethodDesc.class - [JAR]

├─ org.mvc.gen.ParameterDesc.class - [JAR]

org.mvc.conf.handler

├─ org.mvc.conf.handler.PropertiesHandler.class - [JAR]

├─ org.mvc.conf.handler.TableColumnHandler.class - [JAR]

org.mvc.exception

├─ org.mvc.exception.InvaildPropertiesException.class - [JAR]

org.mvc.conf

├─ org.mvc.conf.MethodConstant.class - [JAR]

├─ org.mvc.conf.PropertiesConstant.class - [JAR]

├─ org.mvc.conf.PropertyFactory.class - [JAR]

├─ org.mvc.conf.TableDesc.class - [JAR]

org.mvc.poet

├─ org.mvc.poet.ColumnMap.class - [JAR]

├─ org.mvc.poet.PoetApply.class - [JAR]