Download simple-email-1.0.0.jar file - Jar s

Jar examples for s:simple-email

Description

A bunch of classes that facilitate sending e-mails.

You can download jar file simple-email 1.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add simple-email-1.0.0.jar to your project.

<dependency>
   <groupId>com.gitlab.jhonsapp</groupId>
   <artifactId>simple-email</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'com.gitlab.jhonsapp', name: 'simple-email', version: '1.0.0'
libraryDependencies += "com.gitlab.jhonsapp" % "simple-email" % "1.0.0"
<dependency org="com.gitlab.jhonsapp" name="simple-email" rev="1.0.0"/>
@Grapes(@Grab(group='com.gitlab.jhonsapp', module='simple-email', version='1.0.0'))
'com.gitlab.jhonsapp:simple-email:jar:1.0.0'

Download

Click the following link to download the jar file.

simple-email-1.0.0-javadoc.jar
simple-email-1.0.0-sources.jar
simple-email-1.0.0.jar
simple-email-1.0.0.pom



Related Tutorials