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

com.cedarsoft.commons:mail 1.6.1


Группа

Группа

com.cedarsoft.commons
Идентификатор

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

mail
Версия

Версия

1.6.1
Тип

Тип

jar

Скачать mail 1.6.1


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