MVN

best.skn : skn-spring-mail

Maven & Gradle

Mar 14, 2024
1 stars

skn-spring-mail · A Simple Mail Service Library For Java Reactive Spring Boot

<dependency>
    <groupId>best.skn</groupId>
    <artifactId>skn-spring-mail</artifactId>
    <version>1.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of best.skn : skn-spring-mail to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.3

All Versions

Choose a version of best.skn : skn-spring-mail to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
skn-spring-mail-1.2.3
skn-spring-mail-1.2.2
skn-spring-mail-1.2.1
skn-spring-mail-1.2.0
1.1.x
skn-spring-mail-1.1.0
1.0.x
skn-spring-mail-1.0.0

How to add a dependency to Maven

Add the following best.skn : skn-spring-mail maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>best.skn</groupId>
    <artifactId>skn-spring-mail</artifactId>
    <version>1.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following best.skn : skn-spring-mail gradle dependency to your build.gradle file:

implementation 'best.skn:skn-spring-mail:1.2.3'

Gradle Kotlin DSL: Add the following best.skn : skn-spring-mail gradle kotlin dependency to your build.gradle.kts file:

implementation("best.skn:skn-spring-mail:1.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following best.skn : skn-spring-mail sbt scala dependency to your build.sbt file:

libraryDependencies += "best.skn" % "skn-spring-mail" % "1.2.3"

Advertisement