is not current version
Last Version 1.1.0

com.github.bloodshura:easymail 1.0.0

An API which aims to facilitate the usage of javax.mail, also including other mailing services.

GroupId

GroupId

com.github.bloodshura
ArtifactId

ArtifactId

easymail
Version

Version

1.0.0
Type

Type

jar

Download easymail 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.bloodshura/easymail/ -->
<dependency>
    <groupId>com.github.bloodshura</groupId>
    <artifactId>easymail</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bloodshura/easymail/
implementation 'com.github.bloodshura:easymail:1.0.0'
// https://jarcasting.com/artifacts/com.github.bloodshura/easymail/
implementation ("com.github.bloodshura:easymail:1.0.0")
'com.github.bloodshura:easymail:jar:1.0.0'
<dependency org="com.github.bloodshura" name="easymail" rev="1.0.0">
  <artifact name="easymail" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bloodshura', module='easymail', version='1.0.0')
)
libraryDependencies += "com.github.bloodshura" % "easymail" % "1.0.0"
[com.github.bloodshura/easymail "1.0.0"]