MVN

org.openengsb.domain : openengsb-domain-notification

Maven & Gradle

Aug 03, 2011
5 usages
43 stars

OpenEngSB :: Domain :: Notification · Notification Domain is an abstraction of basic notification services (e.g. email) and provides the functionality for sending notifications to a specific recipent.

<dependency>
    <groupId>org.openengsb.domain</groupId>
    <artifactId>openengsb-domain-notification</artifactId>
    <version>1.1.7.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openengsb.domain : openengsb-domain-notification to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.7.RELEASE
  • Latest Release Candidate: 1.1.0.RC3

All Versions

Choose a version of org.openengsb.domain : openengsb-domain-notification to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
openengsb-domain-notification-1.2.1
openengsb-domain-notification-1.2.0
openengsb-domain-notification-1.2.0.M4
openengsb-domain-notification-1.2.0.M3
openengsb-domain-notification-1.2.0.M2
openengsb-domain-notification-1.2.0.M1
1.1.x
openengsb-domain-notification-1.1.7.RELEASE
openengsb-domain-notification-1.1.6.RELEASE
openengsb-domain-notification-1.1.5.RELEASE
openengsb-domain-notification-1.1.4.RELEASE
openengsb-domain-notification-1.1.3.RELEASE
openengsb-domain-notification-1.1.2.RELEASE
openengsb-domain-notification-1.1.1.RELEASE
openengsb-domain-notification-1.1.0.RELEASE
openengsb-domain-notification-1.1.0.RC3
openengsb-domain-notification-1.1.0.RC2
openengsb-domain-notification-1.1.0.RC1
openengsb-domain-notification-1.1.0.M4
openengsb-domain-notification-1.1.0.M3
openengsb-domain-notification-1.1.0.M2
openengsb-domain-notification-1.1.0.M1
1.0.x
openengsb-domain-notification-1.0.6.RELEASE
openengsb-domain-notification-1.0.5.RELEASE
openengsb-domain-notification-1.0.4.RELEASE
openengsb-domain-notification-1.0.3.RELEASE
openengsb-domain-notification-1.0.2.RELEASE
openengsb-domain-notification-1.0.1.RELEASE
openengsb-domain-notification-1.0.0.RELEASE
openengsb-domain-notification-1.0.0.RC5
openengsb-domain-notification-1.0.0.RC4
openengsb-domain-notification-1.0.0.RC3
openengsb-domain-notification-1.0.0.RC2
openengsb-domain-notification-1.0.0.RC1
openengsb-domain-notification-1.0.0.M7

How to add a dependency to Maven

Add the following org.openengsb.domain : openengsb-domain-notification maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.openengsb.domain</groupId>
    <artifactId>openengsb-domain-notification</artifactId>
    <version>1.1.7.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.openengsb.domain : openengsb-domain-notification gradle dependency to your build.gradle file:

implementation 'org.openengsb.domain:openengsb-domain-notification:1.1.7.RELEASE'

Gradle Kotlin DSL: Add the following org.openengsb.domain : openengsb-domain-notification gradle kotlin dependency to your build.gradle.kts file:

implementation("org.openengsb.domain:openengsb-domain-notification:1.1.7.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.openengsb.domain : openengsb-domain-notification sbt scala dependency to your build.sbt file:

libraryDependencies += "org.openengsb.domain" % "openengsb-domain-notification" % "1.1.7.RELEASE"

Advertisement