License |
License |
---|---|
GroupId | GroupIdorg.appng |
ArtifactId | ArtifactIdappng-mail |
Last Version | Last Version1.24.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionappNG Mail
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.
|
Project Organization |
Project Organizationaiticon GmbH |
Filename | Size |
---|---|
appng-mail-1.24.5.pom | |
appng-mail-1.24.5.jar | 14 KB |
appng-mail-1.24.5-sources.jar | 11 KB |
appng-mail-1.24.5-javadoc.jar | 84 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.appng/appng-mail/ -->
<dependency>
<groupId>org.appng</groupId>
<artifactId>appng-mail</artifactId>
<version>1.24.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.appng/appng-mail/
implementation 'org.appng:appng-mail:1.24.5'
// https://jarcasting.com/artifacts/org.appng/appng-mail/
implementation ("org.appng:appng-mail:1.24.5")
'org.appng:appng-mail:jar:1.24.5'
<dependency org="org.appng" name="appng-mail" rev="1.24.5">
<artifact name="appng-mail" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.appng', module='appng-mail', version='1.24.5')
)
libraryDependencies += "org.appng" % "appng-mail" % "1.24.5"
[org.appng/appng-mail "1.24.5"]
Group / Artifact | Type | Version |
---|---|---|
com.sun.mail : jakarta.mail | jar | 1.6.7 |
org.slf4j : slf4j-log4j12 | jar | 1.7.26 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.22 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |