jar

net.folivo : matrix-spring-boot-core

Maven & Gradle

Apr 27, 2021
1 usages
14 stars

matrix-spring-boot-core · Spring Boot Starter for matrix-protocol client.

Table Of Contents

Latest Version

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

All Versions

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

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

net.folivo.matrix.core.model.events.m.room

├─ net.folivo.matrix.core.model.events.m.room.AvatarEvent.class - [JAR]

├─ net.folivo.matrix.core.model.events.m.room.CanonicalAliasEvent.class - [JAR]

├─ net.folivo.matrix.core.model.events.m.room.CreateEvent.class - [JAR]

├─ net.folivo.matrix.core.model.events.m.room.JoinRulesEvent.class - [JAR]

├─ net.folivo.matrix.core.model.events.m.room.MemberEvent.class - [JAR]

├─ net.folivo.matrix.core.model.events.m.room.NameEvent.class - [JAR]

├─ net.folivo.matrix.core.model.events.m.room.PinnedEventsEvent.class - [JAR]

├─ net.folivo.matrix.core.model.events.m.room.PowerLevelsEvent.class - [JAR]

├─ net.folivo.matrix.core.model.events.m.room.RedactionEvent.class - [JAR]

├─ net.folivo.matrix.core.model.events.m.room.TopicEvent.class - [JAR]

net.folivo.matrix.core.api

├─ net.folivo.matrix.core.api.ErrorResponse.class - [JAR]

├─ net.folivo.matrix.core.api.MatrixClientException.class - [JAR]

├─ net.folivo.matrix.core.api.MatrixServerException.class - [JAR]

net.folivo.matrix.core.annotation

├─ net.folivo.matrix.core.annotation.MatrixEvent.class - [JAR]

├─ net.folivo.matrix.core.annotation.MatrixMessageEventContent.class - [JAR]

net.folivo.matrix.core.model

├─ net.folivo.matrix.core.model.MatrixId.class - [JAR]

net.folivo.matrix.core.jackson

├─ net.folivo.matrix.core.jackson.MatrixEventJacksonModule.class - [JAR]

├─ net.folivo.matrix.core.jackson.MatrixIdDeserializer.class - [JAR]

├─ net.folivo.matrix.core.jackson.MatrixIdSerializer.class - [JAR]

├─ net.folivo.matrix.core.jackson.MessageEventTypeDeserializer.class - [JAR]

net.folivo.matrix.core.model.events.m.room.message

├─ net.folivo.matrix.core.model.events.m.room.message.MessageEvent.class - [JAR]

├─ net.folivo.matrix.core.model.events.m.room.message.NoticeMessageEventContent.class - [JAR]

├─ net.folivo.matrix.core.model.events.m.room.message.TextMessageEventContent.class - [JAR]

├─ net.folivo.matrix.core.model.events.m.room.message.UnknownMessageEventContent.class - [JAR]

net.folivo.matrix.core.config

├─ net.folivo.matrix.core.config.DefaultMatrixConfigurer.class - [JAR]

├─ net.folivo.matrix.core.config.MatrixAutoconfiguration.class - [JAR]

├─ net.folivo.matrix.core.config.MatrixConfiguration.class - [JAR]

├─ net.folivo.matrix.core.config.MatrixConfigurer.class - [JAR]

├─ net.folivo.matrix.core.config.MatrixIdConfigurationPropertiesConverter.class - [JAR]

net.folivo.matrix.core.model.events

├─ net.folivo.matrix.core.model.events.Event.class - [JAR]

├─ net.folivo.matrix.core.model.events.EventContent.class - [JAR]

├─ net.folivo.matrix.core.model.events.EventType.class - [JAR]

├─ net.folivo.matrix.core.model.events.RoomEvent.class - [JAR]

├─ net.folivo.matrix.core.model.events.RoomEventContent.class - [JAR]

├─ net.folivo.matrix.core.model.events.StandardRoomEventKt.class - [JAR]

├─ net.folivo.matrix.core.model.events.StandardStateEventKt.class - [JAR]

├─ net.folivo.matrix.core.model.events.StateEvent.class - [JAR]

├─ net.folivo.matrix.core.model.events.StateEventContent.class - [JAR]

├─ net.folivo.matrix.core.model.events.StrippedStateEvent.class - [JAR]

├─ net.folivo.matrix.core.model.events.UnknownEvent.class - [JAR]

Advertisement