MVN

de.vinado.boot : spring-boot-autoconfigure-dkim-javamail

Maven & Gradle

Dec 10, 2021
2 usages
2 stars

Autoconfiguration to enable the DKIM JavaMailSender

<dependency>
    <groupId>de.vinado.boot</groupId>
    <artifactId>spring-boot-autoconfigure-dkim-javamail</artifactId>
    <version>1.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.vinado.boot : spring-boot-autoconfigure-dkim-javamail to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.2

All Versions

Choose a version of de.vinado.boot : spring-boot-autoconfigure-dkim-javamail to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
spring-boot-autoconfigure-dkim-javamail-1.2.2
spring-boot-autoconfigure-dkim-javamail-1.2.1
spring-boot-autoconfigure-dkim-javamail-1.2.0
1.1.x
spring-boot-autoconfigure-dkim-javamail-1.1.0
1.0.x
spring-boot-autoconfigure-dkim-javamail-1.0.1

How to add a dependency to Maven

Add the following de.vinado.boot : spring-boot-autoconfigure-dkim-javamail maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.vinado.boot</groupId>
    <artifactId>spring-boot-autoconfigure-dkim-javamail</artifactId>
    <version>1.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.vinado.boot : spring-boot-autoconfigure-dkim-javamail gradle dependency to your build.gradle file:

implementation 'de.vinado.boot:spring-boot-autoconfigure-dkim-javamail:1.2.2'

Gradle Kotlin DSL: Add the following de.vinado.boot : spring-boot-autoconfigure-dkim-javamail gradle kotlin dependency to your build.gradle.kts file:

implementation("de.vinado.boot:spring-boot-autoconfigure-dkim-javamail:1.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.vinado.boot : spring-boot-autoconfigure-dkim-javamail sbt scala dependency to your build.sbt file:

libraryDependencies += "de.vinado.boot" % "spring-boot-autoconfigure-dkim-javamail" % "1.2.2"

Advertisement