is not current version
Last Version 2.0.1

com.sun.mail:all 1.4.6

${project.name}

GroupId

GroupId

com.sun.mail
ArtifactId

ArtifactId

all
Version

Version

1.4.6
Type

Type

pom

Download all 1.4.6

Filename Size
all-1.4.6.pom 19 KB
Browse

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