jar

io.github.amyassist : amy-web-push

Maven & Gradle

Mar 28, 2019

Amy push notification plugin · This plugin can send push notification to registered WebApps

Table Of Contents

Latest Version

Download io.github.amyassist : amy-web-push JAR file - Latest Versions:

All Versions

Download io.github.amyassist : amy-web-push JAR file - All Versions:

Version Vulnerabilities Size Updated
0.8.x
0.7.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 amy-web-push-0.8.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.amyassist.amy.plugin.webpush.message

├─ io.github.amyassist.amy.plugin.webpush.message.NotificationMessageReceiver.class - [JAR]

io.github.amyassist.amy.plugin.webpush.rest

├─ io.github.amyassist.amy.plugin.webpush.rest.Subscription.class - [JAR]

├─ io.github.amyassist.amy.plugin.webpush.rest.WebPushNotificationRescource.class - [JAR]

├─ io.github.amyassist.amy.plugin.webpush.rest.WebPushSubscriptionRescource.class - [JAR]

io.github.amyassist.amy.plugin.webpush.persistence

├─ io.github.amyassist.amy.plugin.webpush.persistence.SubscriptionEntity.class - [JAR]

├─ io.github.amyassist.amy.plugin.webpush.persistence.SubscriptionStorage.class - [JAR]

io.github.amyassist.amy.plugin.webpush.model

├─ io.github.amyassist.amy.plugin.webpush.model.Notification.class - [JAR]

├─ io.github.amyassist.amy.plugin.webpush.model.NotificationImp.class - [JAR]

├─ io.github.amyassist.amy.plugin.webpush.model.Subscription.class - [JAR]

├─ io.github.amyassist.amy.plugin.webpush.model.SubscriptionImpl.class - [JAR]

io.github.amyassist.amy.plugin.webpush

├─ io.github.amyassist.amy.plugin.webpush.SimpleWebPushService.class - [JAR]

├─ io.github.amyassist.amy.plugin.webpush.SimpleWebPushServiceImpl.class - [JAR]

├─ io.github.amyassist.amy.plugin.webpush.WebPushNameService.class - [JAR]

├─ io.github.amyassist.amy.plugin.webpush.WebPushNameServiceImpl.class - [JAR]

├─ io.github.amyassist.amy.plugin.webpush.WebPushService.class - [JAR]

├─ io.github.amyassist.amy.plugin.webpush.WebPushServiceImpl.class - [JAR]

Advertisement