MVN

com.github.gotham25 : TurboSMTP

Maven & Gradle

Jan 04, 2020
0 stars

TurboSMTP · Kotlin library to send mail using Turbo SMTP API

<dependency>
    <groupId>com.github.gotham25</groupId>
    <artifactId>TurboSMTP</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.gotham25 : TurboSMTP to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.github.gotham25 : TurboSMTP to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
TurboSMTP-1.0.1
TurboSMTP-1.0.0-RELEASE

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.gotham25</groupId>
    <artifactId>TurboSMTP</artifactId>
    <version>1.0.1</version>
</dependency>

Advertisement