не последняя версия
Последняя версия 2.0.1

com.sun.mail:all 2.0.0-RC6

${project.name}

Группа

Группа

com.sun.mail
Идентификатор

Идентификатор

all
Версия

Версия

2.0.0-RC6
Тип

Тип

pom

Скачать all 2.0.0-RC6

Имя Файла Размер
all-2.0.0-RC6.pom 20 KB
Обзор

<!-- 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"]