| License |
License |
|---|---|
| Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
| GroupId | GroupIdcom.github.davidmoten |
| ArtifactId | ArtifactIdsubethasmtp |
| Last Version | Last Version6.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionsubethasmtp
A fork of a fork (!) of SubEtha, an easy-to-use server-side SMTP library for Java.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| subethasmtp-6.0.1.pom | |
| subethasmtp-6.0.1.jar | 124 KB |
| subethasmtp-6.0.1-sources.jar | 90 KB |
| subethasmtp-6.0.1-javadoc.jar | 529 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.davidmoten/subethasmtp/ -->
<dependency>
<groupId>com.github.davidmoten</groupId>
<artifactId>subethasmtp</artifactId>
<version>6.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidmoten/subethasmtp/
implementation 'com.github.davidmoten:subethasmtp:6.0.1'
// https://jarcasting.com/artifacts/com.github.davidmoten/subethasmtp/
implementation ("com.github.davidmoten:subethasmtp:6.0.1")
'com.github.davidmoten:subethasmtp:jar:6.0.1'
<dependency org="com.github.davidmoten" name="subethasmtp" rev="6.0.1">
<artifact name="subethasmtp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.davidmoten', module='subethasmtp', version='6.0.1')
)
libraryDependencies += "com.github.davidmoten" % "subethasmtp" % "6.0.1"
[com.github.davidmoten/subethasmtp "6.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.sun.mail : jakarta.mail | jar | 2.0.1 |
| org.slf4j : slf4j-api | jar | 1.7.32 |
| com.google.code.findbugs : jsr305 | jar | 3.0.2 |
| com.google.code.findbugs : findbugs-annotations | jar | 3.0.1 |
| com.github.davidmoten : guava-mini | jar | 0.1.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mockito : mockito-core | jar | 3.11.2 |
| junit : junit | jar | 4.13.2 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.32 |
| log4j : log4j | jar | 1.2.17 |
| com.github.davidmoten : junit-extras | jar | 0.4 |