is not current version
Last Version 1.24.5

org.appng:appng-mail 1.17.1

Provides an easy-to-use API which wraps the unhandy JavaMail API. Receivers, Attachments and different mime-types are handled in a more intuitive way.

GroupId

GroupId

org.appng
ArtifactId

ArtifactId

appng-mail
Version

Version

1.17.1
Type

Type

jar

Download appng-mail 1.17.1


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