jar

love.forte.simbot : simbot-test-jvm

Maven & Gradle

Jan 16, 2024
518 stars

simbot-test · Simple Robot,一个通用的bot风格事件调度框架,以灵活的统一标准来编写bot应用。

Table Of Contents

Latest Version

Download love.forte.simbot : simbot-test-jvm JAR file - Latest Versions:

All Versions

Download love.forte.simbot : simbot-test-jvm JAR file - All Versions:

Version Vulnerabilities Size Updated
4.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 simbot-test-jvm-4.0.0-dev3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

love.forte.simbot.test.message

├─ love.forte.simbot.test.message.TestMessageContent.class - [JAR]

love.forte.simbot.test.event

├─ love.forte.simbot.test.event.BaseTestEvent.class - [JAR]

├─ love.forte.simbot.test.event.TestBotEvent.class - [JAR]

├─ love.forte.simbot.test.event.TestEvent.class - [JAR]

├─ love.forte.simbot.test.event.TestMessageEvent.class - [JAR]

├─ love.forte.simbot.test.event.TestMessageReceipt.class - [JAR]

love.forte.simbot.test.component

├─ love.forte.simbot.test.component.TestComponent.class - [JAR]

├─ love.forte.simbot.test.component.TestComponentConfiguration.class - [JAR]

love.forte.simbot.test.bot

├─ love.forte.simbot.test.bot.TestBot.class - [JAR]

├─ love.forte.simbot.test.bot.TestBotConfiguration.class - [JAR]

├─ love.forte.simbot.test.bot.TestBotManager.class - [JAR]

├─ love.forte.simbot.test.bot.TestBotManagerConfiguration.class - [JAR]

love.forte.simbot.test.plugin

├─ love.forte.simbot.test.plugin.TestPlugin.class - [JAR]

├─ love.forte.simbot.test.plugin.TestPluginConfiguration.class - [JAR]