jar

com.github.yulichang : test-mapping

Maven & Gradle

Nov 30, 2022
587 stars
Table Of Contents

Latest Version

Download com.github.yulichang : test-mapping JAR file - Latest Versions:

All Versions

Download com.github.yulichang : test-mapping JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.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 test-mapping-1.3.9.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.yulichang.test.mapping.enums

├─ com.github.yulichang.test.mapping.enums.Sex.class - [JAR]

com.github.yulichang.test.mapping.config

├─ com.github.yulichang.test.mapping.config.MybatisPlusConfig.class - [JAR]

com.github.yulichang.test.mapping

├─ com.github.yulichang.test.mapping.Application.class - [JAR]

com.github.yulichang.test.mapping.entity

├─ com.github.yulichang.test.mapping.entity.AddressDO.class - [JAR]

├─ com.github.yulichang.test.mapping.entity.AreaDO.class - [JAR]

├─ com.github.yulichang.test.mapping.entity.UserDO.class - [JAR]

com.github.yulichang.test.mapping.mapper

├─ com.github.yulichang.test.mapping.mapper.AddressMapper.class - [JAR]

├─ com.github.yulichang.test.mapping.mapper.AreaMapper.class - [JAR]

├─ com.github.yulichang.test.mapping.mapper.UserMapper.class - [JAR]