Download spring-boot-email-core-0.6.0.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.6.0 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials