Download spring-boot-email-core-0.4.1.jar file - Jar s

Jar examples for s:spring-boot-email-core

Description

Utilities to deal with emails in Spring Boot

You can download jar file spring-boot-email-core 0.4.1 in this page.

Build File

You can use the following script to add spring-boot-email-core-0.4.1.jar to your project.

<dependency>
   <groupId>it.ozimov</groupId>
   <artifactId>spring-boot-email-core</artifactId>
   <version>0.4.1</version>
</dependency>
compile group: 'it.ozimov', name: 'spring-boot-email-core', version: '0.4.1'
libraryDependencies += "it.ozimov" % "spring-boot-email-core" % "0.4.1"
<dependency org="it.ozimov" name="spring-boot-email-core" rev="0.4.1"/>
@Grapes(@Grab(group='it.ozimov', module='spring-boot-email-core', version='0.4.1'))
'it.ozimov:spring-boot-email-core:jar:0.4.1'

Download

Click the following link to download the jar file.

spring-boot-email-core-0.4.1-javadoc.jar
spring-boot-email-core-0.4.1-sources.jar
spring-boot-email-core-0.4.1.jar
spring-boot-email-core-0.4.1.pom



Related Tutorials