MVN

com.icegreen : greenmail-junit4

Maven & Gradle

Mar 12, 2023
4 usages
466 stars

== GreenMail Junit4 == · GreenMail Junit4 module

<dependency>
    <groupId>com.icegreen</groupId>
    <artifactId>greenmail-junit4</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.icegreen : greenmail-junit4 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0
  • Latest Alpha: 2.1.0-alpha-1

All Versions

Choose a version of com.icegreen : greenmail-junit4 to add to Maven or Gradle - All Versions:

  • Version Updated
  • greenmail-junit4-2.1.0-alpha-1

    Mar 12, 2023
  • greenmail-junit4-2.0.0

    Mar 05, 2023
  • greenmail-junit4-1.6.14

    Feb 26, 2023
  • greenmail-junit4-1.6.13

    Feb 05, 2023
  • greenmail-junit4-2.0.0-alpha-3

    Dec 31, 2022
  • greenmail-junit4-1.6.12

    Dec 23, 2022
  • greenmail-junit4-1.6.11

    Oct 03, 2022
  • greenmail-junit4-1.6.10

    Jul 30, 2022
  • greenmail-junit4-1.6.9

    May 04, 2022
  • greenmail-junit4-1.6.8

    Apr 03, 2022
  • greenmail-junit4-1.6.7

    Mar 03, 2022
  • greenmail-junit4-1.6.6

    Feb 23, 2022
  • greenmail-junit4-2.0.0-alpha-2

    Sep 19, 2021
  • greenmail-junit4-1.6.5

    Aug 15, 2021
  • greenmail-junit4-1.6.4

    May 16, 2021
  • greenmail-junit4-2.0.0-alpha-1

    Apr 05, 2021
  • greenmail-junit4-1.6.3

    Mar 28, 2021
  • greenmail-junit4-1.6.2

    Jan 31, 2021
  • greenmail-junit4-1.6.1

    Nov 07, 2020
  • greenmail-junit4-1.6.0

    Aug 16, 2020

How to add a dependency to Maven

Add the following com.icegreen : greenmail-junit4 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.icegreen</groupId>
    <artifactId>greenmail-junit4</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.icegreen : greenmail-junit4 gradle dependency to your build.gradle file:

implementation 'com.icegreen:greenmail-junit4:2.0.0'

Gradle Kotlin DSL: Add the following com.icegreen : greenmail-junit4 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.icegreen:greenmail-junit4:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.icegreen : greenmail-junit4 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.icegreen" % "greenmail-junit4" % "2.0.0"