is not current version
Last Version 1.3

com.aerse:mail 1.1

Simple JavaMail wrapper with freemarker template support

GroupId

GroupId

com.aerse
ArtifactId

ArtifactId

mail
Version

Version

1.1
Type

Type

jar

Download mail 1.1


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