jar

io.github.penggle : mybatis-tiny-base

Maven & Gradle

Jun 12, 2022

mybatis-tiny-base · Mybatis-Tiny的注解部分

Table Of Contents

Latest Version

Download io.github.penggle : mybatis-tiny-base JAR file - Latest Versions:

All Versions

Download io.github.penggle : mybatis-tiny-base JAR file - All Versions:

Version Vulnerabilities Size Updated
3.5.x
3.5

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

com.penglecode.codeforce.mybatistiny.annotations

├─ com.penglecode.codeforce.mybatistiny.annotations.Column.class - [JAR]

├─ com.penglecode.codeforce.mybatistiny.annotations.GenerationType.class - [JAR]

├─ com.penglecode.codeforce.mybatistiny.annotations.Id.class - [JAR]

├─ com.penglecode.codeforce.mybatistiny.annotations.Table.class - [JAR]

├─ com.penglecode.codeforce.mybatistiny.annotations.Transient.class - [JAR]

com.penglecode.codeforce.mybatistiny.type

├─ com.penglecode.codeforce.mybatistiny.type.Jackson2TypeHandler.class - [JAR]

├─ com.penglecode.codeforce.mybatistiny.type.JsonTypeHandler.class - [JAR]