is not current version
Last Version 6.0.1

com.github.davidmoten:subethasmtp 5.2.7

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

5.2.7
Type

Type

jar

Download subethasmtp 5.2.7


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