g

greenmail

GreenMail - Email Test Servers
https://greenmail-mail-test.github.io/greenmail/
Files download
File Operation
greenmail-1.6.8.jar download
greenmail-1.6.8.pom download
greenmail-1.6.8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.icegreen</groupId>
  <artifactId>greenmail</artifactId>
  <version>1.6.8</version>
</dependency>
Gradle Groovy
implementation 'com.icegreen:greenmail:1.6.8'
Gradle Kotlin
implementation("com.icegreen:greenmail:1.6.8")
Scala SBT
libraryDependencies += "com.icegreen" % "greenmail" % "1.6.8"
Groovy Grape
@Grapes(
  @Grab(group='com.icegreen', module='greenmail', version='1.6.8')
)
Apache Ivy
<dependency org="com.icegreen" name="greenmail" rev="1.6.8" />
Leiningen
[com.icegreen/greenmail "1.6.8"]
Apache Buildr
'com.icegreen:greenmail:jar:1.6.8'