jar

net.folivo : matrix-spring-boot-bot

Maven & Gradle

May 24, 2021
10 stars

matrix-spring-boot-bot · Spring Boot Starter for [Matrix] bots, clients and appservices based on Trixnity.

Table Of Contents

Latest Version

Download net.folivo : matrix-spring-boot-bot JAR file - Latest Versions:

All Versions

Download net.folivo : matrix-spring-boot-bot JAR file - All Versions:

Version Vulnerabilities Size Updated
0.5.x
0.4.x
0.3.x
0.2.x
0.1.x
0.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 matrix-spring-boot-bot-0.5.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.folivo.spring.matrix.bot.util

├─ net.folivo.spring.matrix.bot.util.BotServiceHelper.class - [JAR]

net.folivo.spring.matrix.bot.appservice.sync

├─ net.folivo.spring.matrix.bot.appservice.sync.InitialSyncService.class - [JAR]

net.folivo.spring.matrix.bot.membership

├─ net.folivo.spring.matrix.bot.membership.DefaultMembershipChangeService.class - [JAR]

├─ net.folivo.spring.matrix.bot.membership.MatrixMembership.class - [JAR]

├─ net.folivo.spring.matrix.bot.membership.MatrixMembershipRepository.class - [JAR]

├─ net.folivo.spring.matrix.bot.membership.MatrixMembershipService.class - [JAR]

├─ net.folivo.spring.matrix.bot.membership.MatrixMembershipSyncService.class - [JAR]

├─ net.folivo.spring.matrix.bot.membership.MembershipChangeHandler.class - [JAR]

├─ net.folivo.spring.matrix.bot.membership.MembershipChangeService.class - [JAR]

net.folivo.spring.matrix.bot.appservice

├─ net.folivo.spring.matrix.bot.appservice.AppserviceMemberEventHandler.class - [JAR]

├─ net.folivo.spring.matrix.bot.appservice.BotUserInitializer.class - [JAR]

├─ net.folivo.spring.matrix.bot.appservice.DefaultAppserviceRoomService.class - [JAR]

├─ net.folivo.spring.matrix.bot.appservice.DefaultAppserviceUserService.class - [JAR]

net.folivo.spring.matrix.bot.appservice.event

├─ net.folivo.spring.matrix.bot.appservice.event.DefaultAppserviceEventTnxService.class - [JAR]

├─ net.folivo.spring.matrix.bot.appservice.event.MatrixEventTransaction.class - [JAR]

├─ net.folivo.spring.matrix.bot.appservice.event.MatrixEventTransactionRepository.class - [JAR]

├─ net.folivo.spring.matrix.bot.appservice.event.MatrixEventTransactionService.class - [JAR]

net.folivo.spring.matrix.bot.event

├─ net.folivo.spring.matrix.bot.event.EventHandlerRunner.class - [JAR]

├─ net.folivo.spring.matrix.bot.event.MatrixEventHandler.class - [JAR]

├─ net.folivo.spring.matrix.bot.event.MatrixMessageHandler.class - [JAR]

├─ net.folivo.spring.matrix.bot.event.MatrixSyncBatchToken.class - [JAR]

├─ net.folivo.spring.matrix.bot.event.MatrixSyncBatchTokenRepository.class - [JAR]

├─ net.folivo.spring.matrix.bot.event.MessageContext.class - [JAR]

├─ net.folivo.spring.matrix.bot.event.MessageEventHandler.class - [JAR]

├─ net.folivo.spring.matrix.bot.event.PersistentSyncBatchTokenService.class - [JAR]

net.folivo.spring.matrix.bot.client

├─ net.folivo.spring.matrix.bot.client.ClientMemberEventHandler.class - [JAR]

├─ net.folivo.spring.matrix.bot.client.MatrixClientSyncRunner.class - [JAR]

net.folivo.spring.matrix.bot.config

├─ net.folivo.spring.matrix.bot.config.MatrixAppserviceBotAutoconfiguration.class - [JAR]

├─ net.folivo.spring.matrix.bot.config.MatrixBotAutoconfiguration.class - [JAR]

├─ net.folivo.spring.matrix.bot.config.MatrixBotDatabaseAutoconfiguration.class - [JAR]

├─ net.folivo.spring.matrix.bot.config.MatrixBotProperties.class - [JAR]

├─ net.folivo.spring.matrix.bot.config.MatrixClientBotAutoconfiguration.class - [JAR]

├─ net.folivo.spring.matrix.bot.config.MatrixIdReadingConverter.class - [JAR]

├─ net.folivo.spring.matrix.bot.config.MatrixIdWritingConverter.class - [JAR]

net.folivo.spring.matrix.bot.room

├─ net.folivo.spring.matrix.bot.room.MatrixRoom.class - [JAR]

├─ net.folivo.spring.matrix.bot.room.MatrixRoomAlias.class - [JAR]

├─ net.folivo.spring.matrix.bot.room.MatrixRoomAliasRepository.class - [JAR]

├─ net.folivo.spring.matrix.bot.room.MatrixRoomRepository.class - [JAR]

├─ net.folivo.spring.matrix.bot.room.MatrixRoomService.class - [JAR]

net.folivo.spring.matrix.bot.user

├─ net.folivo.spring.matrix.bot.user.MatrixUser.class - [JAR]

├─ net.folivo.spring.matrix.bot.user.MatrixUserRepository.class - [JAR]

├─ net.folivo.spring.matrix.bot.user.MatrixUserService.class - [JAR]

Advertisement