MVN

net.axay : kotlin-smtp

Maven & Gradle

May 16, 2021
8 stars

kotlin-smtp · An implementation of the SMTP server protocol written in Kotlin

<dependency>
    <groupId>net.axay</groupId>
    <artifactId>kotlin-smtp</artifactId>
    <version>0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.axay : kotlin-smtp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of net.axay : kotlin-smtp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
kotlin-smtp-0.0.1

How to add a dependency to Maven

Add the following net.axay : kotlin-smtp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.axay</groupId>
    <artifactId>kotlin-smtp</artifactId>
    <version>0.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.axay : kotlin-smtp gradle dependency to your build.gradle file:

implementation 'net.axay:kotlin-smtp:0.0.1'

Gradle Kotlin DSL: Add the following net.axay : kotlin-smtp gradle kotlin dependency to your build.gradle.kts file:

implementation("net.axay:kotlin-smtp:0.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.axay : kotlin-smtp sbt scala dependency to your build.sbt file:

libraryDependencies += "net.axay" % "kotlin-smtp" % "0.0.1"

Advertisement

Dependencies from Group

Jun 10, 2022
6 usages
93 stars
Jan 12, 2022
3 usages
63 stars
Jun 17, 2023
1 usages
129 stars
Jun 10, 2022
1 usages
93 stars
Feb 28, 2022
1 usages
93 stars

Discover Dependencies

Aug 01, 2023
Aug 01, 2023
May 13, 2021
May 26, 2021
3 usages
74 stars
May 26, 2021
2 usages
74 stars
May 26, 2021
4 usages
74 stars
Mar 16, 2023
3 stars