jar

com.abavilla : fpi-msgr-api-core

Maven & Gradle

Nov 14, 2022
2 stars

FPI Messenger API core module · Reactive backend REST api for integrating with Meta Messenger Graph API

Table Of Contents

Latest Version

Download com.abavilla : fpi-msgr-api-core JAR file - Latest Versions:

All Versions

Download com.abavilla : fpi-msgr-api-core JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.x
1.2.x
1.1.x
1.0.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 fpi-msgr-api-core-1.3.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.abavilla.fpi.msgr.config

├─ com.abavilla.fpi.msgr.config.MetaApiKeyConfig.class - [JAR]

├─ com.abavilla.fpi.msgr.config.ReflectionConfig.class - [JAR]

├─ com.abavilla.fpi.msgr.config.TelegramApiKeyConfig.class - [JAR]

├─ com.abavilla.fpi.msgr.config.ViberApiKeyConfig.class - [JAR]

com.abavilla.fpi.msgr.mapper

├─ com.abavilla.fpi.msgr.mapper.MsgrMsgReqMapper.class - [JAR]

├─ com.abavilla.fpi.msgr.mapper.MsgrMsgReqMapperImpl.class - [JAR]

├─ com.abavilla.fpi.msgr.mapper.TelegramMsgReqMapper.class - [JAR]

├─ com.abavilla.fpi.msgr.mapper.TelegramMsgReqMapperImpl.class - [JAR]

├─ com.abavilla.fpi.msgr.mapper.ViberMsgReqMapper.class - [JAR]

├─ com.abavilla.fpi.msgr.mapper.ViberMsgReqMapperImpl.class - [JAR]

com.abavilla.fpi.msgr.codec

├─ com.abavilla.fpi.msgr.codec.EnumCodecProvider.class - [JAR]

com.abavilla.fpi.msgr.entity

├─ com.abavilla.fpi.msgr.entity.MsgAttchmt.class - [JAR]

├─ com.abavilla.fpi.msgr.entity.MsgrErrorApiResp.class - [JAR]

├─ com.abavilla.fpi.msgr.entity.MsgrLog.class - [JAR]

├─ com.abavilla.fpi.msgr.entity.TelegramLog.class - [JAR]

├─ com.abavilla.fpi.msgr.entity.ViberLog.class - [JAR]

com.abavilla.fpi.msgr.controller

├─ com.abavilla.fpi.msgr.controller.MsgReqResource.class - [JAR]

├─ com.abavilla.fpi.msgr.controller.MsgrReqResource.class - [JAR]

├─ com.abavilla.fpi.msgr.controller.TelegramReqResource.class - [JAR]

├─ com.abavilla.fpi.msgr.controller.ViberReqResource.class - [JAR]

com.abavilla.fpi.msgr.rest

├─ com.abavilla.fpi.msgr.rest.MetaGraphApi.class - [JAR]

├─ com.abavilla.fpi.msgr.rest.ViberApi.class - [JAR]

com.abavilla.fpi.msgr.util

├─ com.abavilla.fpi.msgr.util.LoginConst.class - [JAR]

com.abavilla.fpi.msgr.service

├─ com.abavilla.fpi.msgr.service.MetaMsgrApiSvc.class - [JAR]

├─ com.abavilla.fpi.msgr.service.MsgReqSvc.class - [JAR]

├─ com.abavilla.fpi.msgr.service.MsgrReqSvc.class - [JAR]

├─ com.abavilla.fpi.msgr.service.TelegramReqSvc.class - [JAR]

├─ com.abavilla.fpi.msgr.service.ViberReqSvc.class - [JAR]

com.abavilla.fpi.msgr.repo

├─ com.abavilla.fpi.msgr.repo.MsgrLogRepo.class - [JAR]

├─ com.abavilla.fpi.msgr.repo.TelegramLogRepo.class - [JAR]

├─ com.abavilla.fpi.msgr.repo.ViberLogRepo.class - [JAR]

com.abavilla.fpi.msgr.entity.enums

├─ com.abavilla.fpi.msgr.entity.enums.SenderAction.class - [JAR]

com.abavilla.fpi.msgr

├─ com.abavilla.fpi.msgr.FPIMsgrApplication.class - [JAR]

Advertisement