jar

io.github.x-team-plus : framework-core

Maven & Gradle

Feb 27, 2023
Table Of Contents

Latest Version

Download io.github.x-team-plus : framework-core JAR file - Latest Versions:

All Versions

Download io.github.x-team-plus : framework-core 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 framework-core-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.xteam.framework.core.mapper

├─ io.github.xteam.framework.core.mapper.CrudMapper.class - [JAR]

io.github.xteam.framework.core.configuration

├─ io.github.xteam.framework.core.configuration.GlobalConfiguration.class - [JAR]

├─ io.github.xteam.framework.core.configuration.GlobalExceptionHandler.class - [JAR]

├─ io.github.xteam.framework.core.configuration.SpringDocConfiguration.class - [JAR]

io.github.xteam.framework.core.repository.impl

├─ io.github.xteam.framework.core.repository.impl.BaseCrudRepository.class - [JAR]

├─ io.github.xteam.framework.core.repository.impl.BasePagingRepository.class - [JAR]

io.github.xteam.framework.core.repository

├─ io.github.xteam.framework.core.repository.CrudRepository.class - [JAR]

├─ io.github.xteam.framework.core.repository.PagingRepository.class - [JAR]

├─ io.github.xteam.framework.core.repository.Repository.class - [JAR]