jar

io.alienhead.kleuth : kleuth-framework

Maven & Gradle

May 08, 2021
3 stars

Kleuth Framework · A framework for dynamically creating Spring Rest Controllers.

Table Of Contents

Latest Version

Download io.alienhead.kleuth : kleuth-framework JAR file - Latest Versions:

All Versions

Download io.alienhead.kleuth : kleuth-framework 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 kleuth-framework-1.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.alienhead.kleuth.annotations.request

├─ io.alienhead.kleuth.annotations.request.Delete.class - [JAR]

├─ io.alienhead.kleuth.annotations.request.Get.class - [JAR]

├─ io.alienhead.kleuth.annotations.request.Post.class - [JAR]

├─ io.alienhead.kleuth.annotations.request.Put.class - [JAR]

io.alienhead.kleuth.utils

├─ io.alienhead.kleuth.utils.ParsingUtilsKt.class - [JAR]

io.alienhead.kleuth.mapper

├─ io.alienhead.kleuth.mapper.PathCache.class - [JAR]

├─ io.alienhead.kleuth.mapper.PathInfo.class - [JAR]

├─ io.alienhead.kleuth.mapper.RouteHandler.class - [JAR]

├─ io.alienhead.kleuth.mapper.RouteHandlerExtensionsKt.class - [JAR]

├─ io.alienhead.kleuth.mapper.RouteMapper.class - [JAR]

├─ io.alienhead.kleuth.mapper.RouteOptions.class - [JAR]

io.alienhead.kleuth.config

├─ io.alienhead.kleuth.config.EnableKleuth.class - [JAR]

├─ io.alienhead.kleuth.config.KleuthAutoConfiguration.class - [JAR]

├─ io.alienhead.kleuth.config.KleuthConfiguration.class - [JAR]

├─ io.alienhead.kleuth.config.KleuthProperties.class - [JAR]

io.alienhead.kleuth.response.shortcuts

├─ io.alienhead.kleuth.response.shortcuts.ResponseShortcutsKt.class - [JAR]

io.alienhead.kleuth.annotations

├─ io.alienhead.kleuth.annotations.RequestMethod.class - [JAR]

├─ io.alienhead.kleuth.annotations.Route.class - [JAR]

Advertisement