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

com.sun.mail:all 1.4.7

${project.name}

Группа

Группа

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

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

all
Версия

Версия

1.4.7
Тип

Тип

pom

Скачать all 1.4.7

Имя Файла Размер
all-1.4.7.pom 19 KB
Обзор

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