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.1.jar download
mail-1.4.1.pom download
mail-1.4.1-sources.jar download
Apache Maven
<dependency>
  <groupId>javax.mail</groupId>
  <artifactId>mail</artifactId>
  <version>1.4.1</version>
</dependency>
Gradle Groovy
implementation 'javax.mail:mail:1.4.1'
Gradle Kotlin
implementation("javax.mail:mail:1.4.1")
Scala SBT
libraryDependencies += "javax.mail" % "mail" % "1.4.1"
Groovy Grape
@Grapes(
  @Grab(group='javax.mail', module='mail', version='1.4.1')
)
Apache Ivy
<dependency org="javax.mail" name="mail" rev="1.4.1" />
Leiningen
[javax.mail/mail "1.4.1"]
Apache Buildr
'javax.mail:mail:jar:1.4.1'
Dependencies