jar

com.lwohvye : unicorn-code-gen-kotlin

Maven & Gradle

Aug 24, 2023
0 stars

Unicorn Code Generator · Server and Web Code Generator

Table Of Contents

Latest Version

Download com.lwohvye : unicorn-code-gen-kotlin JAR file - Latest Versions:

All Versions

Download com.lwohvye : unicorn-code-gen-kotlin JAR file - All Versions:

Version Vulnerabilities Size Updated
4.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 unicorn-code-gen-kotlin-4.0.2-xi.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.lwohvye.generator.domain

├─ com.lwohvye.generator.domain.ColumnInfo.class - [JAR]

├─ com.lwohvye.generator.domain.GenConfig.class - [JAR]

com.lwohvye.generator.repository

├─ com.lwohvye.generator.repository.ColumnInfoRepository.class - [JAR]

├─ com.lwohvye.generator.repository.GenConfigRepository.class - [JAR]

com.lwohvye.generator.service

├─ com.lwohvye.generator.service.IGenConfigService.class - [JAR]

├─ com.lwohvye.generator.service.IGeneratorService.class - [JAR]

com.lwohvye.generator.domain.vo

├─ com.lwohvye.generator.domain.vo.TableInfo.class - [JAR]

com.lwohvye.generator.rest

├─ com.lwohvye.generator.rest.GenConfigController.class - [JAR]

├─ com.lwohvye.generator.rest.GeneratorController.class - [JAR]

com.lwohvye.generator.service.impl

├─ com.lwohvye.generator.service.impl.GenConfigServiceImpl.class - [JAR]

├─ com.lwohvye.generator.service.impl.GeneratorServiceImpl.class - [JAR]

com.lwohvye.generator.utils

├─ com.lwohvye.generator.utils.ColUtil.class - [JAR]

├─ com.lwohvye.generator.utils.GenUtil.class - [JAR]

Advertisement