jar

com.casadetasha : sproutes

Maven & Gradle

Oct 23, 2022
1 stars

Sproutes for KTOR · Library to manage routing boilerplate for KTOR projects. Use in conjunction with the sproutes-processor KAPT annotation processor

Table Of Contents

Latest Version

Download com.casadetasha : sproutes JAR file - Latest Versions:

All Versions

Download com.casadetasha : sproutes JAR file - All Versions:

Version Vulnerabilities Size Updated
2.1.x
2.0.x
1.6.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 sproutes-2.1.2-beta-1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.casadetasha.kexp.sproute.annotations

├─ com.casadetasha.kexp.sproute.annotations.AuthConfig.class - [JAR]

├─ com.casadetasha.kexp.sproute.annotations.Authenticated.class - [JAR]

├─ com.casadetasha.kexp.sproute.annotations.Delete.class - [JAR]

├─ com.casadetasha.kexp.sproute.annotations.Get.class - [JAR]

├─ com.casadetasha.kexp.sproute.annotations.Head.class - [JAR]

├─ com.casadetasha.kexp.sproute.annotations.Options.class - [JAR]

├─ com.casadetasha.kexp.sproute.annotations.Patch.class - [JAR]

├─ com.casadetasha.kexp.sproute.annotations.PathParam.class - [JAR]

├─ com.casadetasha.kexp.sproute.annotations.Post.class - [JAR]

├─ com.casadetasha.kexp.sproute.annotations.Put.class - [JAR]

├─ com.casadetasha.kexp.sproute.annotations.QueryParam.class - [JAR]

├─ com.casadetasha.kexp.sproute.annotations.Sproute.class - [JAR]

├─ com.casadetasha.kexp.sproute.annotations.SproutePackageRoot.class - [JAR]

├─ com.casadetasha.kexp.sproute.annotations.Unauthenticated.class - [JAR]