MVN

org.duracloud : notification-smtp

Maven & Gradle

Dec 01, 2022
2 usages
13 stars

Email SMTP

<dependency>
    <groupId>org.duracloud</groupId>
    <artifactId>notification-smtp</artifactId>
    <version>7.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 7.1.2

All Versions

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

Version Vulnerabilities Updated
7.1.x
notification-smtp-7.1.2
notification-smtp-7.1.1
notification-smtp-7.1.0
7.0.x
notification-smtp-7.0.0
6.2.x
notification-smtp-6.2.1
notification-smtp-6.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.duracloud</groupId>
    <artifactId>notification-smtp</artifactId>
    <version>7.1.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.duracloud:notification-smtp:7.1.2'

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

implementation("org.duracloud:notification-smtp:7.1.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.duracloud" % "notification-smtp" % "7.1.2"

Advertisement