jar

com.github.rey5137 : jsonbatch-core

Maven & Gradle

Jul 04, 2020
2 usages
11 stars

JsonBatch · An Engine to run batch request with JSON based REST APIs

Table Of Contents

Latest Version

Download com.github.rey5137 : jsonbatch-core JAR file - Latest Versions:

All Versions

Download com.github.rey5137 : jsonbatch-core JAR file - All Versions:

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

com.rey.jsonbatch

├─ com.rey.jsonbatch.BatchEngine.class - [JAR]

├─ com.rey.jsonbatch.JsonBuilder.class - [JAR]

├─ com.rey.jsonbatch.RequestDispatcher.class - [JAR]

com.rey.jsonbatch.function

├─ com.rey.jsonbatch.function.AndFunction.class - [JAR]

├─ com.rey.jsonbatch.function.AverageFunction.class - [JAR]

├─ com.rey.jsonbatch.function.CompareFunction.class - [JAR]

├─ com.rey.jsonbatch.function.Function.class - [JAR]

├─ com.rey.jsonbatch.function.Functions.class - [JAR]

├─ com.rey.jsonbatch.function.MathUtils.class - [JAR]

├─ com.rey.jsonbatch.function.MaxFunction.class - [JAR]

├─ com.rey.jsonbatch.function.MinFunction.class - [JAR]

├─ com.rey.jsonbatch.function.OrFunction.class - [JAR]

├─ com.rey.jsonbatch.function.RegexFunction.class - [JAR]

├─ com.rey.jsonbatch.function.SumFunction.class - [JAR]

com.rey.jsonbatch.parser

├─ com.rey.jsonbatch.parser.Parser.class - [JAR]

├─ com.rey.jsonbatch.parser.Token.class - [JAR]

├─ com.rey.jsonbatch.parser.TokenValue.class - [JAR]

com.rey.jsonbatch.model

├─ com.rey.jsonbatch.model.BatchTemplate.class - [JAR]

├─ com.rey.jsonbatch.model.DispatchOptions.class - [JAR]

├─ com.rey.jsonbatch.model.LoopOptions.class - [JAR]

├─ com.rey.jsonbatch.model.LoopTemplate.class - [JAR]

├─ com.rey.jsonbatch.model.Request.class - [JAR]

├─ com.rey.jsonbatch.model.RequestTemplate.class - [JAR]

├─ com.rey.jsonbatch.model.Response.class - [JAR]

├─ com.rey.jsonbatch.model.ResponseTemplate.class - [JAR]

├─ com.rey.jsonbatch.model.VarTemplate.class - [JAR]