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