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