MVN

com.sun.mail : imap

Maven & Gradle

Apr 08, 2021
26 usages
161 stars

Jakarta Mail API imap provider

<dependency>
    <groupId>com.sun.mail</groupId>
    <artifactId>imap</artifactId>
    <version>1.6.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sun.mail : imap to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.7
  • Latest Release Candidate: 2.0.0-RC6

All Versions

Choose a version of com.sun.mail : imap to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
imap-2.0.1
imap-2.0.0
imap-2.0.0-RC6
imap-2.0.0-RC5
imap-2.0.0-RC4
imap-2.0.0-RC3
imap-2.0.0-RC2
imap-2.0.0-RC1
1.6.x
imap-1.6.7
imap-1.6.6
imap-1.6.5
imap-1.6.4
imap-1.6.3
imap-1.6.2
imap-1.6.1
imap-1.6.0
imap-1.6.0-rc2
imap-1.6.0-rc1
1.5.x
imap-1.5.6
imap-1.5.5
imap-1.5.4
imap-1.5.3
imap-1.5.2
imap-1.5.1
imap-1.5.0
imap-1.5.0-b02
imap-1.5.0-b01
1.4.x
imap-1.4.7
imap-1.4.6
imap-1.4.6-rc1
imap-1.4.5
imap-1.4.5-rc1
imap-1.4.4
imap-1.4.4-rc1
imap-1.4.3
imap-1.4.3-rc1
imap-1.4.2

How to add a dependency to Maven

Add the following com.sun.mail : imap maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sun.mail</groupId>
    <artifactId>imap</artifactId>
    <version>1.6.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sun.mail : imap gradle dependency to your build.gradle file:

implementation 'com.sun.mail:imap:1.6.7'

Gradle Kotlin DSL: Add the following com.sun.mail : imap gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sun.mail:imap:1.6.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sun.mail : imap sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sun.mail" % "imap" % "1.6.7"

Advertisement

Dependencies from Group

Aug 29, 2018
1.1k usages
519 stars
Apr 08, 2021
357 usages
217 stars
Apr 08, 2021
60 usages
217 stars
Apr 08, 2021
52 usages
161 stars
Apr 08, 2021
26 usages
161 stars

Discover Dependencies