is not current version
Last Version 0.1.0

io.github.slothLabs:kotlin-mail 0.1.0-RC6

A kotlin-esque wrapper/replacement for JavaMail.

Categories

Categories

Kotlin Languages
GroupId

GroupId

io.github.slothLabs
ArtifactId

ArtifactId

kotlin-mail
Version

Version

0.1.0-RC6
Type

Type

jar

Download kotlin-mail 0.1.0-RC6


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