MVN

name.bychkov : junit5-fakesmtp

Maven & Gradle

Jan 10, 2023
0 stars

JUnit5-Extension FakeSMTP · FakeSMTP for unit-testing smtp clients with JUnit 5

<dependency>
    <groupId>name.bychkov</groupId>
    <artifactId>junit5-fakesmtp</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of name.bychkov : junit5-fakesmtp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1
  • Latest Release Candidate: 1.0.0-RC1

All Versions

Choose a version of name.bychkov : junit5-fakesmtp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
junit5-fakesmtp-1.0.1
junit5-fakesmtp-1.0.0
junit5-fakesmtp-1.0.0-RC1

How to add a dependency to Maven

Add the following name.bychkov : junit5-fakesmtp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>name.bychkov</groupId>
    <artifactId>junit5-fakesmtp</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following name.bychkov : junit5-fakesmtp gradle dependency to your build.gradle file:

implementation 'name.bychkov:junit5-fakesmtp:1.0.1'

Gradle Kotlin DSL: Add the following name.bychkov : junit5-fakesmtp gradle kotlin dependency to your build.gradle.kts file:

implementation("name.bychkov:junit5-fakesmtp:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following name.bychkov : junit5-fakesmtp sbt scala dependency to your build.sbt file:

libraryDependencies += "name.bychkov" % "junit5-fakesmtp" % "1.0.1"