jar

org.bpsbits : kt-rest

Maven & Gradle

Feb 03, 2024
0 stars

Quarkus REST additions for Kotlin apps, that provide supplementary resources and some additional abilities.

Table Of Contents

Latest Version

Download org.bpsbits : kt-rest JAR file - Latest Versions:

All Versions

Download org.bpsbits : kt-rest 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 kt-rest-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.bpsbits.kt.rest.exceptions

├─ org.bpsbits.kt.rest.exceptions.ForbiddenException.class - [JAR]

├─ org.bpsbits.kt.rest.exceptions.UnauthorizedException.class - [JAR]

org.bpsbits.kt.rest.annotations

├─ org.bpsbits.kt.rest.annotations.AuthorizedOnly.class - [JAR]

├─ org.bpsbits.kt.rest.annotations.ExclusiveAccess.class - [JAR]

org.bpsbits.kt.rest.prototypes

├─ org.bpsbits.kt.rest.prototypes.AuthorizeClient.class - [JAR]

├─ org.bpsbits.kt.rest.prototypes.GateKeeper.class - [JAR]

├─ org.bpsbits.kt.rest.prototypes.SimpleAccessFilter.class - [JAR]

org.bpsbits.kt.rest.dummies

├─ org.bpsbits.kt.rest.dummies.DummyAuthorizer.class - [JAR]

├─ org.bpsbits.kt.rest.dummies.DummyGatekeeper.class - [JAR]

org.bpsbits.kt.rest.exceptions.meta

├─ org.bpsbits.kt.rest.exceptions.meta.StackTraceItem.class - [JAR]

├─ org.bpsbits.kt.rest.exceptions.meta.ThrowableInfo.class - [JAR]