is not current version
Last Version 1.3

com.aerse:mail 1.0

Simple JavaMail wrapper with freemarker template support

GroupId

GroupId

com.aerse
ArtifactId

ArtifactId

mail
Version

Version

1.0
Type

Type

jar

Download mail 1.0


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