is not current version
Last Version 2.0.1

com.sun.mail:all 2.0.0-RC6

${project.name}

GroupId

GroupId

com.sun.mail
ArtifactId

ArtifactId

all
Version

Version

2.0.0-RC6
Type

Type

pom

Download all 2.0.0-RC6

Filename Size
all-2.0.0-RC6.pom 20 KB
Browse

<!-- https://jarcasting.com/artifacts/com.sun.mail/all/ -->
<dependency>
    <groupId>com.sun.mail</groupId>
    <artifactId>all</artifactId>
    <version>2.0.0-RC6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.mail/all/
implementation 'com.sun.mail:all:2.0.0-RC6'
// https://jarcasting.com/artifacts/com.sun.mail/all/
implementation ("com.sun.mail:all:2.0.0-RC6")
'com.sun.mail:all:pom:2.0.0-RC6'
<dependency org="com.sun.mail" name="all" rev="2.0.0-RC6">
  <artifact name="all" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sun.mail', module='all', version='2.0.0-RC6')
)
libraryDependencies += "com.sun.mail" % "all" % "2.0.0-RC6"
[com.sun.mail/all "2.0.0-RC6"]