jar

com.oroarmor : json-to-brigadier

Maven & Gradle

Jun 08, 2021
7 stars

Json to Brigadier · This is a library that converts JSON to brigadier arguments.

Table Of Contents

Latest Version

Download com.oroarmor : json-to-brigadier JAR file - Latest Versions:

All Versions

Download com.oroarmor : json-to-brigadier JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.x
1.2.x
1.1.x
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 json-to-brigadier-1.3.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.oroarmor.json.brigadier

├─ com.oroarmor.json.brigadier.BrigadierArgumentParsers.class - [JAR]

├─ com.oroarmor.json.brigadier.BrigadierToJson.class - [JAR]

├─ com.oroarmor.json.brigadier.JsonArgumentParsers.class - [JAR]

├─ com.oroarmor.json.brigadier.JsonToBrigadier.class - [JAR]

├─ com.oroarmor.json.brigadier.StringConstants.class - [JAR]

com.oroarmor.json.brigadier.parsers

├─ com.oroarmor.json.brigadier.parsers.BrigadierToJsonParsers.class - [JAR]

├─ com.oroarmor.json.brigadier.parsers.JsonToBrigadierParsers.class - [JAR]

Advertisement