jar

io.github.ticktack : kungfu

Maven & Gradle

Jul 18, 2023
85 stars

io.github.ticktack:kungfu · A library for building RESTful web services specifically designed for use with JFinal.

Table Of Contents

Latest Version

Download io.github.ticktack : kungfu JAR file - Latest Versions:

All Versions

Download io.github.ticktack : kungfu JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.x
1.2.x
1.1.x
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 kungfu-1.3.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.kungfu.generator

├─ org.kungfu.generator.KungfuGenerator.class - [JAR]

├─ org.kungfu.generator.KungfuSharedMethods.class - [JAR]

org.kungfu.util

├─ org.kungfu.util.DateKit.class - [JAR]

├─ org.kungfu.util.FileKit.class - [JAR]

├─ org.kungfu.util.KungfuKit.class - [JAR]

├─ org.kungfu.util.TokenKit.class - [JAR]

org.kungfu.validator

├─ org.kungfu.validator.HeaderValidator.class - [JAR]

├─ org.kungfu.validator.PostRequestValidator.class - [JAR]

org.kungfu.annotation

├─ org.kungfu.annotation.CrossOrigin.class - [JAR]

org.kungfu.interceptor

├─ org.kungfu.interceptor.AllowOrigintIntercepter.class - [JAR]

├─ org.kungfu.interceptor.AuthInterceptor.class - [JAR]

├─ org.kungfu.interceptor.PostRequestInterceptor.class - [JAR]

org.kungfu.core

├─ org.kungfu.core.KungfuConstant.class - [JAR]

├─ org.kungfu.core.KungfuController.class - [JAR]

├─ org.kungfu.core.KungfuService.class - [JAR]

├─ org.kungfu.core.QueryCondition.class - [JAR]

├─ org.kungfu.core.QueryTypeEnum.class - [JAR]

├─ org.kungfu.core.R.class - [JAR]

├─ org.kungfu.core.ResultVO.class - [JAR]

├─ org.kungfu.core.Triple.class - [JAR]

├─ org.kungfu.core.UserInfo.class - [JAR]