MVN

it.ozimov : spring-boot-email-core

Maven & Gradle

Aug 13, 2017
4 usages
170 stars

Spring Boot Email Core · Utilities to deal with emails in Spring Boot

<dependency>
    <groupId>it.ozimov</groupId>
    <artifactId>spring-boot-email-core</artifactId>
    <version>0.6.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.ozimov : spring-boot-email-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.3

All Versions

Choose a version of it.ozimov : spring-boot-email-core to add to Maven or Gradle - All Versions:

  • Version Updated
  • spring-boot-email-core-0.6.3

    Aug 13, 2017
  • spring-boot-email-core-0.6.2

    May 03, 2017
  • spring-boot-email-core-0.6.1

    Apr 19, 2017
  • spring-boot-email-core-0.6.0

    Apr 10, 2017
  • spring-boot-email-core-0.5.3

    Apr 04, 2017
  • spring-boot-email-core-0.5.2

    Apr 02, 2017
  • spring-boot-email-core-0.5.1

    Mar 08, 2017
  • spring-boot-email-core-0.5.0

    Feb 26, 2017
  • spring-boot-email-core-0.4.2

    Feb 21, 2017
  • spring-boot-email-core-0.4.1

    Feb 14, 2017
  • spring-boot-email-core-0.4.0

    Feb 08, 2017
  • spring-boot-email-core-0.3.8

    Feb 03, 2017
  • spring-boot-email-core-0.3.7

    Jan 09, 2017
  • spring-boot-email-core-0.3.6

    Jan 05, 2017
  • spring-boot-email-core-0.3.5

    Jan 04, 2017
  • spring-boot-email-core-0.3.4

    Jul 05, 2016
  • spring-boot-email-core-0.3.3

    Jul 01, 2016
  • spring-boot-email-core-0.3.2

    May 26, 2016
  • spring-boot-email-core-0.3.1

    May 20, 2016
  • spring-boot-email-core-0.3.0

    May 14, 2016

How to add a dependency to Maven

Add the following it.ozimov : spring-boot-email-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>it.ozimov</groupId>
    <artifactId>spring-boot-email-core</artifactId>
    <version>0.6.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.ozimov : spring-boot-email-core gradle dependency to your build.gradle file:

implementation 'it.ozimov:spring-boot-email-core:0.6.3'

Gradle Kotlin DSL: Add the following it.ozimov : spring-boot-email-core gradle kotlin dependency to your build.gradle.kts file:

implementation("it.ozimov:spring-boot-email-core:0.6.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.ozimov : spring-boot-email-core sbt scala dependency to your build.sbt file:

libraryDependencies += "it.ozimov" % "spring-boot-email-core" % "0.6.3"

Advertisement