jar

com.alinkeji : starter-bot

Maven & Gradle

Aug 06, 2023
9 stars

starter-bot · starter-bot for WeChat,QQ and more

Table Of Contents

Latest Version

Download com.alinkeji : starter-bot JAR file - Latest Versions:

All Versions

Download com.alinkeji : starter-bot JAR file - All Versions:

Version Vulnerabilities Size Updated
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 starter-bot-1.2.13.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.alinkeji.bot.event

├─ com.alinkeji.bot.event.BotEvent.class - [JAR]

com.alinkeji.bot.websocket

├─ com.alinkeji.bot.websocket.BotWebSocketSession.class - [JAR]

├─ com.alinkeji.bot.websocket.WebSocketHandler.class - [JAR]

├─ com.alinkeji.bot.websocket.WxWebSocketClient.class - [JAR]

com.alinkeji.bot

├─ com.alinkeji.bot.BotGlobal.class - [JAR]

├─ com.alinkeji.bot.EnableBot.class - [JAR]

com.alinkeji.bot.retdata

├─ com.alinkeji.bot.retdata.ApiData.class - [JAR]

├─ com.alinkeji.bot.retdata.ApiListData.class - [JAR]

├─ com.alinkeji.bot.retdata.ApiRawData.class - [JAR]

├─ com.alinkeji.bot.retdata.BooleanData.class - [JAR]

├─ com.alinkeji.bot.retdata.CookiesData.class - [JAR]

├─ com.alinkeji.bot.retdata.CredentialsData.class - [JAR]

├─ com.alinkeji.bot.retdata.CsrfTokenData.class - [JAR]

├─ com.alinkeji.bot.retdata.FileData.class - [JAR]

├─ com.alinkeji.bot.retdata.FriendData.class - [JAR]

├─ com.alinkeji.bot.retdata.GroupData.class - [JAR]

├─ com.alinkeji.bot.retdata.GroupInfoData.class - [JAR]

├─ com.alinkeji.bot.retdata.GroupMemberInfoData.class - [JAR]

├─ com.alinkeji.bot.retdata.LoginInfoData.class - [JAR]

├─ com.alinkeji.bot.retdata.MessageData.class - [JAR]

├─ com.alinkeji.bot.retdata.StrangerInfoData.class - [JAR]

├─ com.alinkeji.bot.retdata.VersionInfoData.class - [JAR]

com.alinkeji.bot.event.notice

├─ com.alinkeji.bot.event.notice.BotFriendAddNoticeEvent.class - [JAR]

├─ com.alinkeji.bot.event.notice.BotGroupAdminNoticeEvent.class - [JAR]

├─ com.alinkeji.bot.event.notice.BotGroupBanNoticeEvent.class - [JAR]

├─ com.alinkeji.bot.event.notice.BotGroupDecreaseNoticeEvent.class - [JAR]

├─ com.alinkeji.bot.event.notice.BotGroupIncreaseNoticeEvent.class - [JAR]

├─ com.alinkeji.bot.event.notice.BotGroupUploadNoticeEvent.class - [JAR]

├─ com.alinkeji.bot.event.notice.BotNoticeEvent.class - [JAR]

com.alinkeji.bot.bot

├─ com.alinkeji.bot.bot.ApiEnum.class - [JAR]

├─ com.alinkeji.bot.bot.ApiHandler.class - [JAR]

├─ com.alinkeji.bot.bot.ApiMethod.class - [JAR]

├─ com.alinkeji.bot.bot.ApiSender.class - [JAR]

├─ com.alinkeji.bot.bot.Bot.class - [JAR]

├─ com.alinkeji.bot.bot.BotFactory.class - [JAR]

├─ com.alinkeji.bot.bot.BotPlugin.class - [JAR]

├─ com.alinkeji.bot.bot.EventHandler.class - [JAR]

├─ com.alinkeji.bot.bot.IApiRequest.class - [JAR]

com.alinkeji.bot.entity

├─ com.alinkeji.bot.entity.BotFile.class - [JAR]

├─ com.alinkeji.bot.entity.BotGroupAnonymous.class - [JAR]

├─ com.alinkeji.bot.entity.BotGroupUser.class - [JAR]

├─ com.alinkeji.bot.entity.BotStatus.class - [JAR]

├─ com.alinkeji.bot.entity.BotUser.class - [JAR]

com.alinkeji.bot.utils

├─ com.alinkeji.bot.utils.BotCode.class - [JAR]

├─ com.alinkeji.bot.utils.MapEx.class - [JAR]

├─ com.alinkeji.bot.utils.OkHttpClientUtil.class - [JAR]

├─ com.alinkeji.bot.utils.SpringContextUtils.class - [JAR]

com.alinkeji.bot.event.request

├─ com.alinkeji.bot.event.request.BotFriendRequestEvent.class - [JAR]

├─ com.alinkeji.bot.event.request.BotGroupRequestEvent.class - [JAR]

├─ com.alinkeji.bot.event.request.BotRequestEvent.class - [JAR]

com.alinkeji.bot.bot.handler

├─ com.alinkeji.bot.bot.handler.HttpApiHandler.class - [JAR]

├─ com.alinkeji.bot.bot.handler.WsReverseApiHandler.class - [JAR]

com.alinkeji.bot.event.meta

├─ com.alinkeji.bot.event.meta.HeartBeatMetaEvent.class - [JAR]

├─ com.alinkeji.bot.event.meta.LifecycleMetaEvent.class - [JAR]

├─ com.alinkeji.bot.event.meta.MetaEvent.class - [JAR]

com.alinkeji.bot.event.message

├─ com.alinkeji.bot.event.message.BotDiscussMessageEvent.class - [JAR]

├─ com.alinkeji.bot.event.message.BotGroupMessageEvent.class - [JAR]

├─ com.alinkeji.bot.event.message.BotMessageEvent.class - [JAR]

├─ com.alinkeji.bot.event.message.BotPrivateMessageEvent.class - [JAR]

com.alinkeji.bot.boot

├─ com.alinkeji.bot.boot.AutoConfiguration.class - [JAR]

├─ com.alinkeji.bot.boot.BannerApplicationListener.class - [JAR]

├─ com.alinkeji.bot.boot.BotBean.class - [JAR]

├─ com.alinkeji.bot.boot.EventProperties.class - [JAR]

├─ com.alinkeji.bot.boot.Logo.class - [JAR]

├─ com.alinkeji.bot.boot.Properties.class - [JAR]

Advertisement

Dependencies from Group

May 31, 2018
1 stars
Sep 16, 2022
0 stars
Aug 06, 2023
9 stars

Discover Dependencies

Dec 17, 2021
1 usages
15 stars
Dec 17, 2021
1 usages
15 stars
Dec 17, 2021
1 usages
15 stars
Dec 17, 2021
1 usages
15 stars
Dec 17, 2021
8 usages
15 stars
Dec 21, 2021
6 stars
Dec 17, 2021
0 stars
Mar 19, 2022
0 stars