g

greenmail

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