| Группа | Группаcom.cedarsoft.commons |
|---|---|
| Идентификатор | Идентификаторmail |
| Версия | Версия2.0.5 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| mail-2.0.5.pom | |
| mail-2.0.5.jar | 5 KB |
| mail-2.0.5-tests.jar | 1 KB |
| mail-2.0.5-sources.jar | 3 KB |
| mail-2.0.5-javadoc.jar | 26 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.commons/mail/ -->
<dependency>
<groupId>com.cedarsoft.commons</groupId>
<artifactId>mail</artifactId>
<version>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons/mail/
implementation 'com.cedarsoft.commons:mail:2.0.5'
// https://jarcasting.com/artifacts/com.cedarsoft.commons/mail/
implementation ("com.cedarsoft.commons:mail:2.0.5")
'com.cedarsoft.commons:mail:jar:2.0.5'
<dependency org="com.cedarsoft.commons" name="mail" rev="2.0.5">
<artifact name="mail" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons', module='mail', version='2.0.5')
)
libraryDependencies += "com.cedarsoft.commons" % "mail" % "2.0.5"
[com.cedarsoft.commons/mail "2.0.5"]