jar

io.github.karamvsingh.backend-framework : service-library

Maven & Gradle

Apr 16, 2023
0 stars

Backend Framework Service Library · A service library to be consumed by users of the backend framework

Table Of Contents

Latest Version

Download io.github.karamvsingh.backend-framework : service-library JAR file - Latest Versions:

All Versions

Download io.github.karamvsingh.backend-framework : service-library JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.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 service-library-0.1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.karamvsingh.backendframework.servicelibrary.framework

├─ com.github.karamvsingh.backendframework.servicelibrary.framework.Json.class - [JAR]

├─ com.github.karamvsingh.backendframework.servicelibrary.framework.OperationError.class - [JAR]

├─ com.github.karamvsingh.backendframework.servicelibrary.framework.OperationHttpMetadata.class - [JAR]

├─ com.github.karamvsingh.backendframework.servicelibrary.framework.OperationIdentifier.class - [JAR]

├─ com.github.karamvsingh.backendframework.servicelibrary.framework.OperationInput.class - [JAR]

├─ com.github.karamvsingh.backendframework.servicelibrary.framework.OperationOutput.class - [JAR]

com.github.karamvsingh.backendframework.servicelibrary.context

├─ com.github.karamvsingh.backendframework.servicelibrary.context.Context.class - [JAR]

com.github.karamvsingh.backendframework.servicelibrary.service

├─ com.github.karamvsingh.backendframework.servicelibrary.service.GeneratedHandler.class - [JAR]

├─ com.github.karamvsingh.backendframework.servicelibrary.service.Interceptor.class - [JAR]

├─ com.github.karamvsingh.backendframework.servicelibrary.service.Service.class - [JAR]

├─ com.github.karamvsingh.backendframework.servicelibrary.service.ServiceConfiguration.class - [JAR]

├─ com.github.karamvsingh.backendframework.servicelibrary.service.ServiceConfigurationBuilder.class - [JAR]

├─ com.github.karamvsingh.backendframework.servicelibrary.service.State.class - [JAR]

com.github.karamvsingh.backendframework.servicelibrary.errors

├─ com.github.karamvsingh.backendframework.servicelibrary.errors.FrameworkError.class - [JAR]

├─ com.github.karamvsingh.backendframework.servicelibrary.errors.ServiceError.class - [JAR]

├─ com.github.karamvsingh.backendframework.servicelibrary.errors.ValidationError.class - [JAR]

com.github.karamvsingh.backendframework.servicelibrary.annotations

├─ com.github.karamvsingh.backendframework.servicelibrary.annotations.Operation.class - [JAR]