Download mailflute-0.5.2.jar file - Jar m

Jar examples for m:mailflute

Description

simple mail library with DBFlute and Java8

You can download jar file mailflute 0.5.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add mailflute-0.5.2.jar to your project.

<dependency>
   <groupId>org.dbflute.mail</groupId>
   <artifactId>mailflute</artifactId>
   <version>0.5.2</version>
</dependency>
compile group: 'org.dbflute.mail', name: 'mailflute', version: '0.5.2'
libraryDependencies += "org.dbflute.mail" % "mailflute" % "0.5.2"
<dependency org="org.dbflute.mail" name="mailflute" rev="0.5.2"/>
@Grapes(@Grab(group='org.dbflute.mail', module='mailflute', version='0.5.2'))
'org.dbflute.mail:mailflute:jar:0.5.2'

Download

Click the following link to download the jar file.

mailflute-0.5.2-javadoc.jar
mailflute-0.5.2-sources.jar
mailflute-0.5.2.jar
mailflute-0.5.2.pom



Related Tutorials