MVN

org.autumnframework : autumn-service-event-listeners

Maven & Gradle

Aug 25, 2023

Autumn Framework: Event Listeners · Both our services-jpa and queue-clients work with create/update/delete listeners. This mini library defines the shared interface describing these listeners.

<dependency>
    <groupId>org.autumnframework</groupId>
    <artifactId>autumn-service-event-listeners</artifactId>
    <version>4.6.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.autumnframework : autumn-service-event-listeners to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.6.3

All Versions

Choose a version of org.autumnframework : autumn-service-event-listeners to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.6.x
autumn-service-event-listeners-4.6.3
autumn-service-event-listeners-4.6.2
autumn-service-event-listeners-4.6.0

How to add a dependency to Maven

Add the following org.autumnframework : autumn-service-event-listeners maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.autumnframework</groupId>
    <artifactId>autumn-service-event-listeners</artifactId>
    <version>4.6.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.autumnframework : autumn-service-event-listeners gradle dependency to your build.gradle file:

implementation 'org.autumnframework:autumn-service-event-listeners:4.6.3'

Gradle Kotlin DSL: Add the following org.autumnframework : autumn-service-event-listeners gradle kotlin dependency to your build.gradle.kts file:

implementation("org.autumnframework:autumn-service-event-listeners:4.6.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.autumnframework : autumn-service-event-listeners sbt scala dependency to your build.sbt file:

libraryDependencies += "org.autumnframework" % "autumn-service-event-listeners" % "4.6.3"