jar

com.hxuanyu : notify-spring-boot-starter

Maven & Gradle

Feb 22, 2022
2 usages
Table Of Contents

Latest Version

Download com.hxuanyu : notify-spring-boot-starter JAR file - Latest Versions:

All Versions

Download com.hxuanyu : notify-spring-boot-starter JAR file - All Versions:

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

com.hxuanyu.notify.config

├─ com.hxuanyu.notify.config.MailProperties.class - [JAR]

├─ com.hxuanyu.notify.config.NotifyConfiguration.class - [JAR]

com.hxuanyu.notify.enums

├─ com.hxuanyu.notify.enums.NotifyType.class - [JAR]

com.hxuanyu.notify.service

├─ com.hxuanyu.notify.service.MailService.class - [JAR]

├─ com.hxuanyu.notify.service.NotifyService.class - [JAR]

com.hxuanyu.notify.common

├─ com.hxuanyu.notify.common.MailQueue.class - [JAR]

com.hxuanyu.notify.model

├─ com.hxuanyu.notify.model.Mail.class - [JAR]

com.hxuanyu.notify.service.impl

├─ com.hxuanyu.notify.service.impl.MailServiceImpl.class - [JAR]

├─ com.hxuanyu.notify.service.impl.NotifyServiceImpl.class - [JAR]

Advertisement