jar

org.fuchss : matrix-bot-base

Maven & Gradle

Sep 06, 2023
2 stars

Matrix Bot Base · Base project for matrix bots

Table Of Contents

Latest Version

Download org.fuchss : matrix-bot-base JAR file - Latest Versions:

All Versions

Download org.fuchss : matrix-bot-base 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 matrix-bot-base-0.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.fuchss.matrix.bots.command

├─ org.fuchss.matrix.bots.command.ChangeUsernameCommand.class - [JAR]

├─ org.fuchss.matrix.bots.command.Command.class - [JAR]

├─ org.fuchss.matrix.bots.command.HelpCommand.class - [JAR]

├─ org.fuchss.matrix.bots.command.LogoutCommand.class - [JAR]

├─ org.fuchss.matrix.bots.command.QuitCommand.class - [JAR]

org.fuchss.matrix.bots

├─ org.fuchss.matrix.bots.ExtensionsKt.class - [JAR]

├─ org.fuchss.matrix.bots.IConfig.class - [JAR]

├─ org.fuchss.matrix.bots.MatrixBot.class - [JAR]

org.fuchss.matrix.bots.helper

├─ org.fuchss.matrix.bots.helper.HandlerKt.class - [JAR]

├─ org.fuchss.matrix.bots.helper.PowerKt.class - [JAR]

Advertisement