s

subethasmtp

A fork of a fork (!) of SubEtha, an easy-to-use server-side SMTP library for Java.
https://github.com/davidmoten/subethasmtp
Apache 2.0
Files download
File Operation
subethasmtp-7.1.1.jar download
subethasmtp-7.1.1.pom download
subethasmtp-7.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.davidmoten</groupId>
  <artifactId>subethasmtp</artifactId>
  <version>7.1.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.davidmoten:subethasmtp:7.1.1'
Gradle Kotlin
implementation("com.github.davidmoten:subethasmtp:7.1.1")
Scala SBT
libraryDependencies += "com.github.davidmoten" % "subethasmtp" % "7.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.davidmoten', module='subethasmtp', version='7.1.1')
)
Apache Ivy
<dependency org="com.github.davidmoten" name="subethasmtp" rev="7.1.1" />
Leiningen
[com.github.davidmoten/subethasmtp "7.1.1"]
Apache Buildr
'com.github.davidmoten:subethasmtp:jar:7.1.1'