jar

io.github.mqzn : mCommands-annotations

Maven & Gradle

May 07, 2023
23 stars

mCommands · Advanced command dispatching java library

Table Of Contents

Latest Version

Download io.github.mqzn : mCommands-annotations JAR file - Latest Versions:

All Versions

Download io.github.mqzn : mCommands-annotations 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 mCommands-annotations-1.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.mqzn.commands.annotations

├─ io.github.mqzn.commands.annotations.Arg.class - [JAR]

├─ io.github.mqzn.commands.annotations.Command.class - [JAR]

├─ io.github.mqzn.commands.annotations.CommandSyntaxMeta.class - [JAR]

├─ io.github.mqzn.commands.annotations.Cooldown.class - [JAR]

├─ io.github.mqzn.commands.annotations.Default.class - [JAR]

├─ io.github.mqzn.commands.annotations.Flag.class - [JAR]

├─ io.github.mqzn.commands.annotations.Greedy.class - [JAR]

├─ io.github.mqzn.commands.annotations.Range.class - [JAR]

├─ io.github.mqzn.commands.annotations.Suggest.class - [JAR]

io.github.mqzn.commands.annotations.parser

├─ io.github.mqzn.commands.annotations.parser.AnnotationParser.class - [JAR]

io.github.mqzn.commands

├─ io.github.mqzn.commands.Pair.class - [JAR]

Advertisement