jar

com.diamondfsd : simple-codegen

Maven & Gradle

Jun 20, 2019
15 stars

simple-codegen · simple code generate maven plugin. Template rendering through Java and freemarker.

Table Of Contents

Latest Version

Download com.diamondfsd : simple-codegen JAR file - Latest Versions:

All Versions

Download com.diamondfsd : simple-codegen JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.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 simple-codegen-1.1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.diamondfsd.codegen

├─ com.diamondfsd.codegen.ModelDefine.class - [JAR]

├─ com.diamondfsd.codegen.SimpleCodeGen.class - [JAR]

com.diamondfsd.codegen.vo

├─ com.diamondfsd.codegen.vo.GeneratorConfig.class - [JAR]

com.diamondfsd.codegen.service

├─ com.diamondfsd.codegen.service.ICodeGenerator.class - [JAR]

├─ com.diamondfsd.codegen.service.ITemplateRender.class - [JAR]

com.diamondfsd.codegen.service.impl

├─ com.diamondfsd.codegen.service.impl.CodeGeneratorImpl.class - [JAR]

├─ com.diamondfsd.codegen.service.impl.FreeMarkerTemplateRender.class - [JAR]

Advertisement