is not current version
Last Version 2.0.1

com.sun.mail:all 1.5.2

${project.name}

GroupId

GroupId

com.sun.mail
ArtifactId

ArtifactId

all
Version

Version

1.5.2
Type

Type

pom

Download all 1.5.2

Filename Size
all-1.5.2.pom 19 KB
Browse

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