| License |
License |
|---|---|
| GroupId | GroupIdcom.sanctionco.jmail |
| ArtifactId | ArtifactIdjmail |
| Version | Version1.2.0 |
| Type | Typejar |
| Description |
Descriptionjmail
A modern, fast, zero-dependency library for working with emails in Java
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jmail-1.2.0.pom | |
| jmail-1.2.0.jar | 21 KB |
| jmail-1.2.0-sources.jar | 18 KB |
| jmail-1.2.0-javadoc.jar | 158 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sanctionco.jmail/jmail/ -->
<dependency>
<groupId>com.sanctionco.jmail</groupId>
<artifactId>jmail</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sanctionco.jmail/jmail/
implementation 'com.sanctionco.jmail:jmail:1.2.0'
// https://jarcasting.com/artifacts/com.sanctionco.jmail/jmail/
implementation ("com.sanctionco.jmail:jmail:1.2.0")
'com.sanctionco.jmail:jmail:jar:1.2.0'
<dependency org="com.sanctionco.jmail" name="jmail" rev="1.2.0">
<artifact name="jmail" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sanctionco.jmail', module='jmail', version='1.2.0')
)
libraryDependencies += "com.sanctionco.jmail" % "jmail" % "1.2.0"
[com.sanctionco.jmail/jmail "1.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-validator : commons-validator | jar | 1.7 |
| com.github.bbottema : emailaddress-rfc2822 | jar | 2.3.0 |
| com.sun.mail : javax.mail | jar | 1.6.2 |
| javax.mail : javax.mail-api | jar | 1.6.2 |
| org.assertj : assertj-core | jar | 3.19.0 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.2 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.7.2 |
| org.junit.platform : junit-platform-runner | jar | 1.7.2 |