jar

io.github.julianobrl : cardinalhooks

Maven & Gradle

Dec 17, 2021
1 stars

CardinalHooks · projeto de implementação de webhooks e eventos para projeto pessoal

Table Of Contents

Latest Version

Download io.github.julianobrl : cardinalhooks JAR file - Latest Versions:

All Versions

Download io.github.julianobrl : cardinalhooks JAR file - All Versions:

Version Vulnerabilities Size Updated
1.5.x
1.4.x
1.0.x
0.2.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 cardinalhooks-1.5.9.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.julianobrl.cardinalhooks

├─ io.github.julianobrl.cardinalhooks.ApplicationStartupSetup.class - [JAR]

├─ io.github.julianobrl.cardinalhooks.CardinalHooksAutoConfig.class - [JAR]

├─ io.github.julianobrl.cardinalhooks.CardinalHooksConfig.class - [JAR]

├─ io.github.julianobrl.cardinalhooks.CardinalHooksStaticConfig.class - [JAR]

io.github.julianobrl.cardinalhooks.webhooks.interceptors

├─ io.github.julianobrl.cardinalhooks.webhooks.interceptors.InterceptorRegister.class - [JAR]

├─ io.github.julianobrl.cardinalhooks.webhooks.interceptors.Winterceptor.class - [JAR]

io.github.julianobrl.cardinalhooks.annotation

├─ io.github.julianobrl.cardinalhooks.annotation.EnableWebhooks.class - [JAR]

├─ io.github.julianobrl.cardinalhooks.annotation.EnableWebhooksConditional.class - [JAR]

├─ io.github.julianobrl.cardinalhooks.annotation.EnableWebhooksEnabler.class - [JAR]

├─ io.github.julianobrl.cardinalhooks.annotation.WebhookInterceptor.class - [JAR]

io.github.julianobrl.cardinalhooks.webhooks.exceptions

├─ io.github.julianobrl.cardinalhooks.webhooks.exceptions.WebhookNotExists.class - [JAR]

io.github.julianobrl.cardinalhooks.webhooks

├─ io.github.julianobrl.cardinalhooks.webhooks.HookCaller.class - [JAR]

├─ io.github.julianobrl.cardinalhooks.webhooks.HooksController.class - [JAR]

├─ io.github.julianobrl.cardinalhooks.webhooks.RequestTypes.class - [JAR]

├─ io.github.julianobrl.cardinalhooks.webhooks.WebHook.class - [JAR]

├─ io.github.julianobrl.cardinalhooks.webhooks.WebhookManager.class - [JAR]