jvmMain.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of simbot-quantcat-common-jvm Show documentation
Show all versions of simbot-quantcat-common-jvm Show documentation
Simple Robot,一个通用的bot风格事件调度框架,以灵活的统一标准来编写bot应用。
The newest version!
module simbot.quantcat.common {
requires kotlin.stdlib;
requires static simbot.api;
requires static kotlin.reflect;
requires static kotlinx.coroutines.core;
requires static simbot.common.core;
requires static simbot.common.annotations;
requires org.slf4j;
requires simbot.logger;
exports love.forte.simbot.quantcat.common.annotations;
exports love.forte.simbot.quantcat.common.filter;
exports love.forte.simbot.quantcat.common.keyword;
exports love.forte.simbot.quantcat.common.listener;
exports love.forte.simbot.quantcat.common.interceptor;
exports love.forte.simbot.quantcat.common.interceptor.impl;
exports love.forte.simbot.quantcat.common.binder;
exports love.forte.simbot.quantcat.common.binder.impl;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy