is not current version
Last Version 1.8

com.github.stephenc.simple-java-mail:simple-java-mail 1.4

A light weight wrapper for the JavaMail SMTP API

Categories

Categories

Java Languages
GroupId

GroupId

com.github.stephenc.simple-java-mail
ArtifactId

ArtifactId

simple-java-mail
Version

Version

1.4
Type

Type

jar

Download simple-java-mail 1.4


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