License |
License |
---|---|
Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdorg.subethamail |
ArtifactId | ArtifactIdsubethasmtp |
Last Version | Last Version3.1.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSubEtha SMTP
SubEtha SMTP is an easy-to-use server-side SMTP library for Java.
|
Filename | Size |
---|---|
subethasmtp-3.1.7.pom | |
subethasmtp-3.1.7.jar | 87 KB |
subethasmtp-3.1.7-sources.jar | 74 KB |
subethasmtp-3.1.7-javadoc.jar | 398 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.subethamail/subethasmtp/ -->
<dependency>
<groupId>org.subethamail</groupId>
<artifactId>subethasmtp</artifactId>
<version>3.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.subethamail/subethasmtp/
implementation 'org.subethamail:subethasmtp:3.1.7'
// https://jarcasting.com/artifacts/org.subethamail/subethasmtp/
implementation ("org.subethamail:subethasmtp:3.1.7")
'org.subethamail:subethasmtp:jar:3.1.7'
<dependency org="org.subethamail" name="subethasmtp" rev="3.1.7">
<artifact name="subethasmtp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.subethamail', module='subethasmtp', version='3.1.7')
)
libraryDependencies += "org.subethamail" % "subethasmtp" % "3.1.7"
[org.subethamail/subethasmtp "3.1.7"]
Group / Artifact | Type | Version |
---|---|---|
javax.mail : mail | jar | 1.4.4 |
javax.activation : activation | jar | 1.1.1 |
org.slf4j : slf4j-api | jar | 1.6.1 |
com.google.code.findbugs : jsr305 | jar | 1.3.9 |
Group / Artifact | Type | Version |
---|---|---|
com.googlecode.jmockit : jmockit | jar | 0.999.11 |
junit : junit | jar | 4.5 |
org.slf4j : slf4j-simple Optional | jar | 1.6.1 |