See the Jakarta Mail web site.
License |
License |
---|---|
GroupId | GroupIdcom.sun.mail |
ArtifactId | ArtifactIdandroid-mail |
Last Version | Last Version1.6.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJakarta Mail API for Android
Jakarta Mail API for Android
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
android-mail-1.6.7.pom | |
android-mail-1.6.7.jar | 640 KB |
android-mail-1.6.7-sources.jar | 694 KB |
android-mail-1.6.7-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.mail/android-mail/ -->
<dependency>
<groupId>com.sun.mail</groupId>
<artifactId>android-mail</artifactId>
<version>1.6.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.mail/android-mail/
implementation 'com.sun.mail:android-mail:1.6.7'
// https://jarcasting.com/artifacts/com.sun.mail/android-mail/
implementation ("com.sun.mail:android-mail:1.6.7")
'com.sun.mail:android-mail:jar:1.6.7'
<dependency org="com.sun.mail" name="android-mail" rev="1.6.7">
<artifact name="android-mail" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.mail', module='android-mail', version='1.6.7')
)
libraryDependencies += "com.sun.mail" % "android-mail" % "1.6.7"
[com.sun.mail/android-mail "1.6.7"]
Group / Artifact | Type | Version |
---|---|---|
com.sun.mail : android-activation | jar | 1.6.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
See the Jakarta Mail web site.