| License |
License |
|---|---|
| GroupId | GroupIdcom.github.bloodshura |
| ArtifactId | ArtifactIdeasymail |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionEasyMail
An API which aims to facilitate the usage of javax.mail, also including other mailing services.
|
| Filename | Size |
|---|---|
| easymail-1.1.0.pom | |
| easymail-1.1.0.jar | 30 KB |
| easymail-1.1.0-sources.jar | 21 KB |
| easymail-1.1.0-javadoc.jar | 162 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.bloodshura/easymail/ -->
<dependency>
<groupId>com.github.bloodshura</groupId>
<artifactId>easymail</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bloodshura/easymail/
implementation 'com.github.bloodshura:easymail:1.1.0'
// https://jarcasting.com/artifacts/com.github.bloodshura/easymail/
implementation ("com.github.bloodshura:easymail:1.1.0")
'com.github.bloodshura:easymail:jar:1.1.0'
<dependency org="com.github.bloodshura" name="easymail" rev="1.1.0">
<artifact name="easymail" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bloodshura', module='easymail', version='1.1.0')
)
libraryDependencies += "com.github.bloodshura" % "easymail" % "1.1.0"
[com.github.bloodshura/easymail "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.bloodshura : shurax | jar | 1.1.0 |
| com.github.bloodshura : shurax-cfg | jar | 1.1.0 |
| javax.mail : mail | jar | 1.4 |