| GroupId | GroupIdorg.ezlibs |
|---|---|
| ArtifactId | ArtifactIdezmail |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Filename | Size |
|---|---|
| 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 |
| Browse |
<!-- 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"]