MVN

org.apache.ant : ant-jakartamail

Maven & Gradle

Aug 16, 2023

Apache Ant + JakartaMail · implementation of the mail task based on Jakarta EE mail. Required to send emails to SMTP servers using user/password combinations or to send mail over SSL

<dependency>
    <groupId>org.apache.ant</groupId>
    <artifactId>ant-jakartamail</artifactId>
    <version>1.10.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.ant : ant-jakartamail to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.10.14

All Versions

Choose a version of org.apache.ant : ant-jakartamail to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.10.x
ant-jakartamail-1.10.14
ant-jakartamail-1.10.13

How to add a dependency to Maven

Add the following org.apache.ant : ant-jakartamail maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.ant</groupId>
    <artifactId>ant-jakartamail</artifactId>
    <version>1.10.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.ant : ant-jakartamail gradle dependency to your build.gradle file:

implementation 'org.apache.ant:ant-jakartamail:1.10.14'

Gradle Kotlin DSL: Add the following org.apache.ant : ant-jakartamail gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.ant:ant-jakartamail:1.10.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.ant : ant-jakartamail sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.ant" % "ant-jakartamail" % "1.10.14"