MVN

org.dhatim : fakesmtp-client

Maven & Gradle

Jun 28, 2023
1 usages

fakesmtp-client

<dependency>
    <groupId>org.dhatim</groupId>
    <artifactId>fakesmtp-client</artifactId>
    <version>4.0.1-1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.dhatim : fakesmtp-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.1-1

All Versions

Choose a version of org.dhatim : fakesmtp-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
fakesmtp-client-4.0.1-1
fakesmtp-client-4.0.1
0.0.x
fakesmtp-client-0.0.8
fakesmtp-client-0.0.7
fakesmtp-client-0.0.6
fakesmtp-client-0.0.5
fakesmtp-client-0.0.4
fakesmtp-client-0.0.3
fakesmtp-client-0.0.2
fakesmtp-client-0.0.1

How to add a dependency to Maven

Add the following org.dhatim : fakesmtp-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.dhatim</groupId>
    <artifactId>fakesmtp-client</artifactId>
    <version>4.0.1-1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.dhatim : fakesmtp-client gradle dependency to your build.gradle file:

implementation 'org.dhatim:fakesmtp-client:4.0.1-1'

Gradle Kotlin DSL: Add the following org.dhatim : fakesmtp-client gradle kotlin dependency to your build.gradle.kts file:

implementation("org.dhatim:fakesmtp-client:4.0.1-1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.dhatim : fakesmtp-client sbt scala dependency to your build.sbt file:

libraryDependencies += "org.dhatim" % "fakesmtp-client" % "4.0.1-1"