License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.eclipse.angus |
ArtifactId | ArtifactIdangus-mail |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAngus Mail Provider
Angus Mail Provider
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
angus-mail-1.0.0.pom | |
angus-mail-1.0.0.jar | 478 KB |
angus-mail-1.0.0-sources.jar | 460 KB |
angus-mail-1.0.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.angus/angus-mail/ -->
<dependency>
<groupId>org.eclipse.angus</groupId>
<artifactId>angus-mail</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.angus/angus-mail/
implementation 'org.eclipse.angus:angus-mail:1.0.0'
// https://jarcasting.com/artifacts/org.eclipse.angus/angus-mail/
implementation ("org.eclipse.angus:angus-mail:1.0.0")
'org.eclipse.angus:angus-mail:jar:1.0.0'
<dependency org="org.eclipse.angus" name="angus-mail" rev="1.0.0">
<artifact name="angus-mail" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.angus', module='angus-mail', version='1.0.0')
)
libraryDependencies += "org.eclipse.angus" % "angus-mail" % "1.0.0"
[org.eclipse.angus/angus-mail "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
jakarta.activation : jakarta.activation-api | jar | 2.1.0 |
jakarta.mail : jakarta.mail-api | jar | 2.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.angus : angus-core | jar | 1.0.0 |
org.eclipse.angus : imap | jar | 1.0.0 |
org.eclipse.angus : smtp | jar | 1.0.0 |
org.eclipse.angus : pop3 | jar | 1.0.0 |
org.eclipse.angus : logging-mailhandler | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.angus : angus-activation | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |