e

eventmaid-parent

EventMaid provides extensible messaging support on a use case and architectural level.
https://github.com/quantummaid/eventmaid
Apache License, Version 2.0
Richard Hauswald
Richard Hauswald
Files download
File Operation
eventmaid-parent-1.0.62.pom download
Apache Maven
<dependency>
  <groupId>de.quantummaid.eventmaid</groupId>
  <artifactId>eventmaid-parent</artifactId>
  <version>1.0.62</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'de.quantummaid.eventmaid:eventmaid-parent:1.0.62'
Gradle Kotlin
implementation("de.quantummaid.eventmaid:eventmaid-parent:1.0.62")
Scala SBT
libraryDependencies += "de.quantummaid.eventmaid" % "eventmaid-parent" % "1.0.62"
Groovy Grape
@Grapes(
  @Grab(group='de.quantummaid.eventmaid', module='eventmaid-parent', version='1.0.62')
)
Apache Ivy
<dependency org="de.quantummaid.eventmaid" name="eventmaid-parent" rev="1.0.62" />
Leiningen
[de.quantummaid.eventmaid/eventmaid-parent "1.0.62"]
Apache Buildr
'de.quantummaid.eventmaid:eventmaid-parent:jar:1.0.62'