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