is not current version
Last Version 6.0.1

com.github.davidmoten:subethasmtp 3.9.1-RC1

A fork of a fork (!) of SubEtha, an easy-to-use server-side SMTP library for Java.

Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

com.github.davidmoten
ArtifactId

ArtifactId

subethasmtp
Version

Version

3.9.1-RC1
Type

Type

jar

Download subethasmtp 3.9.1-RC1


<!-- https://jarcasting.com/artifacts/com.github.davidmoten/subethasmtp/ -->
<dependency>
    <groupId>com.github.davidmoten</groupId>
    <artifactId>subethasmtp</artifactId>
    <version>3.9.1-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidmoten/subethasmtp/
implementation 'com.github.davidmoten:subethasmtp:3.9.1-RC1'
// https://jarcasting.com/artifacts/com.github.davidmoten/subethasmtp/
implementation ("com.github.davidmoten:subethasmtp:3.9.1-RC1")
'com.github.davidmoten:subethasmtp:jar:3.9.1-RC1'
<dependency org="com.github.davidmoten" name="subethasmtp" rev="3.9.1-RC1">
  <artifact name="subethasmtp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.davidmoten', module='subethasmtp', version='3.9.1-RC1')
)
libraryDependencies += "com.github.davidmoten" % "subethasmtp" % "3.9.1-RC1"
[com.github.davidmoten/subethasmtp "3.9.1-RC1"]