jar

com.github.robozonky : robozonky-notifications

Maven & Gradle

May 02, 2021
6 usages
68 stars

RoboZonky: Sends e-mail notifications

Table Of Contents

Latest Version

Download com.github.robozonky : robozonky-notifications JAR file - Latest Versions:

All Versions

Download com.github.robozonky : robozonky-notifications JAR file - All Versions:

Version Vulnerabilities Size Updated
6.4.x
6.3.x
6.2.x
6.1.x
6.0.x
5.8.x
5.7.x
5.6.x
5.5.x
5.4.x
5.3.x
5.2.x
5.1.x
5.0.x
4.9.x
4.8.x
4.7.x
4.6.x
4.5.x
4.4.x
4.3.x
4.2.x
4.1.x
4.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 robozonky-notifications-6.4.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.robozonky.notifications

├─ com.github.robozonky.notifications.AbstractTargetHandler.class - [JAR]

├─ com.github.robozonky.notifications.ConfigStorage.class - [JAR]

├─ com.github.robozonky.notifications.Counter.class - [JAR]

├─ com.github.robozonky.notifications.EmailHandler.class - [JAR]

├─ com.github.robozonky.notifications.NotificationEventListenerSupplier.class - [JAR]

├─ com.github.robozonky.notifications.NotificationListenerService.class - [JAR]

├─ com.github.robozonky.notifications.Submission.class - [JAR]

├─ com.github.robozonky.notifications.SupportedListener.class - [JAR]

├─ com.github.robozonky.notifications.Target.class - [JAR]

com.github.robozonky.notifications.templates.plaintext

├─ com.github.robozonky.notifications.templates.plaintext.PlainTextTemplate.class - [JAR]

com.github.robozonky.notifications.samples

├─ com.github.robozonky.notifications.samples.AbstractEvent.class - [JAR]

├─ com.github.robozonky.notifications.samples.AbstractInvestmentBasedEvent.class - [JAR]

├─ com.github.robozonky.notifications.samples.AbstractLoanBasedEvent.class - [JAR]

├─ com.github.robozonky.notifications.samples.AbstractLoanDelinquentEvent.class - [JAR]

├─ com.github.robozonky.notifications.samples.FileBasedTemplateProcessor.class - [JAR]

├─ com.github.robozonky.notifications.samples.Generator.class - [JAR]

├─ com.github.robozonky.notifications.samples.MyInvestmentMadeEvent.class - [JAR]

├─ com.github.robozonky.notifications.samples.MyInvestmentPurchasedEvent.class - [JAR]

├─ com.github.robozonky.notifications.samples.MyInvestmentSoldEvent.class - [JAR]

├─ com.github.robozonky.notifications.samples.MyLoanDefaultedEvent.class - [JAR]

├─ com.github.robozonky.notifications.samples.MyLoanDelinquent10DaysOrMoreEvent.class - [JAR]

├─ com.github.robozonky.notifications.samples.MyLoanDelinquent30DaysOrMoreEvent.class - [JAR]

├─ com.github.robozonky.notifications.samples.MyLoanDelinquent60DaysOrMoreEvent.class - [JAR]

├─ com.github.robozonky.notifications.samples.MyLoanDelinquent90DaysOrMoreEvent.class - [JAR]

├─ com.github.robozonky.notifications.samples.MyLoanLostEvent.class - [JAR]

├─ com.github.robozonky.notifications.samples.MyLoanNoLongerDelinquentEvent.class - [JAR]

├─ com.github.robozonky.notifications.samples.MyLoanNowDelinquentEvent.class - [JAR]

├─ com.github.robozonky.notifications.samples.MyReservationAcceptedEvent.class - [JAR]

├─ com.github.robozonky.notifications.samples.MyRoboZonkyCrashedEvent.class - [JAR]

├─ com.github.robozonky.notifications.samples.MyRoboZonkyDaemonResumedEvent.class - [JAR]

├─ com.github.robozonky.notifications.samples.MyRoboZonkyDaemonSuspendedEvent.class - [JAR]

├─ com.github.robozonky.notifications.samples.MyRoboZonkyEndingEvent.class - [JAR]

├─ com.github.robozonky.notifications.samples.MyRoboZonkyExperimentalUpdateDetectedEvent.class - [JAR]

├─ com.github.robozonky.notifications.samples.MyRoboZonkyInitializedEvent.class - [JAR]

├─ com.github.robozonky.notifications.samples.MyRoboZonkyTestingEvent.class - [JAR]

├─ com.github.robozonky.notifications.samples.MyRoboZonkyUpdateDetectedEvent.class - [JAR]

├─ com.github.robozonky.notifications.samples.MySaleOfferedEvent.class - [JAR]

├─ com.github.robozonky.notifications.samples.MyWeeklySummaryEvent.class - [JAR]

├─ com.github.robozonky.notifications.samples.SampleRelease.class - [JAR]

├─ com.github.robozonky.notifications.samples.Util.class - [JAR]

com.github.robozonky.notifications.listeners

├─ com.github.robozonky.notifications.listeners.AbstractListener.class - [JAR]

├─ com.github.robozonky.notifications.listeners.DelinquencyTracker.class - [JAR]

├─ com.github.robozonky.notifications.listeners.InvestmentMadeEventListener.class - [JAR]

├─ com.github.robozonky.notifications.listeners.InvestmentPurchasedEventListener.class - [JAR]

├─ com.github.robozonky.notifications.listeners.InvestmentSoldEventListener.class - [JAR]

├─ com.github.robozonky.notifications.listeners.LoanDefaultedEventListener.class - [JAR]

├─ com.github.robozonky.notifications.listeners.LoanDelinquentEventListener.class - [JAR]

├─ com.github.robozonky.notifications.listeners.LoanLostEventListener.class - [JAR]

├─ com.github.robozonky.notifications.listeners.LoanNoLongerDelinquentEventListener.class - [JAR]

├─ com.github.robozonky.notifications.listeners.ReservationAcceptedEventListener.class - [JAR]

├─ com.github.robozonky.notifications.listeners.RoboZonkyCrashedEventListener.class - [JAR]

├─ com.github.robozonky.notifications.listeners.RoboZonkyDaemonResumedEventListener.class - [JAR]

├─ com.github.robozonky.notifications.listeners.RoboZonkyDaemonSuspendedEventListener.class - [JAR]

├─ com.github.robozonky.notifications.listeners.RoboZonkyEndingEventListener.class - [JAR]

├─ com.github.robozonky.notifications.listeners.RoboZonkyExperimentalUpdateDetectedEventListener.class - [JAR]

├─ com.github.robozonky.notifications.listeners.RoboZonkyInitializedEventListener.class - [JAR]

├─ com.github.robozonky.notifications.listeners.RoboZonkyTestingEventListener.class - [JAR]

├─ com.github.robozonky.notifications.listeners.RoboZonkyUpdateDetectedEventListener.class - [JAR]

├─ com.github.robozonky.notifications.listeners.SaleOfferedEventListener.class - [JAR]

├─ com.github.robozonky.notifications.listeners.Util.class - [JAR]

├─ com.github.robozonky.notifications.listeners.WeeklySummaryEventListener.class - [JAR]

com.github.robozonky.notifications.templates

├─ com.github.robozonky.notifications.templates.InterestNumberFormatFactory.class - [JAR]

├─ com.github.robozonky.notifications.templates.TemplateProcessor.class - [JAR]

com.github.robozonky.notifications.templates.html

├─ com.github.robozonky.notifications.templates.html.HtmlTemplate.class - [JAR]

Advertisement