m

mail

The JavaMail API provides a platform-independent and protocol-independent framework to build mail and messaging applications.
https://glassfish.dev.java.net/javaee5/mail/
Common Development and Distribution License (CDDL) v1.0
Files download
File Operation
mail-1.4.jar download
mail-1.4.pom download
mail-1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>javax.mail</groupId>
  <artifactId>mail</artifactId>
  <version>1.4</version>
</dependency>
Gradle Groovy
implementation 'javax.mail:mail:1.4'
Gradle Kotlin
implementation("javax.mail:mail:1.4")
Scala SBT
libraryDependencies += "javax.mail" % "mail" % "1.4"
Groovy Grape
@Grapes(
  @Grab(group='javax.mail', module='mail', version='1.4')
)
Apache Ivy
<dependency org="javax.mail" name="mail" rev="1.4" />
Leiningen
[javax.mail/mail "1.4"]
Apache Buildr
'javax.mail:mail:jar:1.4'
Dependencies