License |
License
LGPL
|
---|---|
Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdorg.subethamail |
ArtifactId | ArtifactIdsubethasmtp-smtp |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSubEtha SMTP
A multithreaded standalone SMTP mail server implementation.
|
Filename | Size |
---|---|
subethasmtp-smtp-1.2.pom | |
subethasmtp-smtp-1.2.jar | 61 KB |
subethasmtp-smtp-1.2-sources.jar | 48 KB |
subethasmtp-smtp-1.2-javadoc.jar | 281 KB |
subethasmtp-smtp-1.2-java14.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.subethamail/subethasmtp-smtp/ -->
<dependency>
<groupId>org.subethamail</groupId>
<artifactId>subethasmtp-smtp</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.subethamail/subethasmtp-smtp/
implementation 'org.subethamail:subethasmtp-smtp:1.2'
// https://jarcasting.com/artifacts/org.subethamail/subethasmtp-smtp/
implementation ("org.subethamail:subethasmtp-smtp:1.2")
'org.subethamail:subethasmtp-smtp:jar:1.2'
<dependency org="org.subethamail" name="subethasmtp-smtp" rev="1.2">
<artifact name="subethasmtp-smtp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.subethamail', module='subethasmtp-smtp', version='1.2')
)
libraryDependencies += "org.subethamail" % "subethasmtp-smtp" % "1.2"
[org.subethamail/subethasmtp-smtp "1.2"]
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging | jar | 1.1 |
javax.mail : mail | jar | 1.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.0 |