is not current version
Last Version 1.3

com.aerse:mail 1.2

Simple JavaMail wrapper with freemarker template support

GroupId

GroupId

com.aerse
ArtifactId

ArtifactId

mail
Version

Version

1.2
Type

Type

jar

Download mail 1.2


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