MVN

io.rocketbase.commons : commons-auth-email-smtp

Maven & Gradle

Feb 13, 2022
1 usages
<dependency>
    <groupId>io.rocketbase.commons</groupId>
    <artifactId>commons-auth-email-smtp</artifactId>
    <version>4.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.rocketbase.commons : commons-auth-email-smtp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.3.1
  • Latest Release Candidate: 4.0.0-RC4

All Versions

Choose a version of io.rocketbase.commons : commons-auth-email-smtp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.3.x
commons-auth-email-smtp-4.3.1
commons-auth-email-smtp-4.3.0
4.2.x
commons-auth-email-smtp-4.2.1
commons-auth-email-smtp-4.2.0
4.1.x
commons-auth-email-smtp-4.1.1
commons-auth-email-smtp-4.1.0
4.0.x
commons-auth-email-smtp-4.0.1
commons-auth-email-smtp-4.0.0
commons-auth-email-smtp-4.0.0-RC4
commons-auth-email-smtp-4.0.0-RC3

How to add a dependency to Maven

Add the following io.rocketbase.commons : commons-auth-email-smtp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.rocketbase.commons</groupId>
    <artifactId>commons-auth-email-smtp</artifactId>
    <version>4.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.rocketbase.commons : commons-auth-email-smtp gradle dependency to your build.gradle file:

implementation 'io.rocketbase.commons:commons-auth-email-smtp:4.3.1'

Gradle Kotlin DSL: Add the following io.rocketbase.commons : commons-auth-email-smtp gradle kotlin dependency to your build.gradle.kts file:

implementation("io.rocketbase.commons:commons-auth-email-smtp:4.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.rocketbase.commons : commons-auth-email-smtp sbt scala dependency to your build.sbt file:

libraryDependencies += "io.rocketbase.commons" % "commons-auth-email-smtp" % "4.3.1"