| GroupId | GroupIdcom.icegreen |
|---|---|
| ArtifactId | ArtifactIdgreenmail |
| Version | Version1.5.13 |
| Type | Typejar |
| Filename | Size |
|---|---|
| greenmail-1.5.13.pom | |
| greenmail-1.5.13.jar | 280 KB |
| greenmail-1.5.13-sources.jar | 199 KB |
| greenmail-1.5.13-javadoc.jar | 798 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.icegreen/greenmail/ -->
<dependency>
<groupId>com.icegreen</groupId>
<artifactId>greenmail</artifactId>
<version>1.5.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.icegreen/greenmail/
implementation 'com.icegreen:greenmail:1.5.13'
// https://jarcasting.com/artifacts/com.icegreen/greenmail/
implementation ("com.icegreen:greenmail:1.5.13")
'com.icegreen:greenmail:jar:1.5.13'
<dependency org="com.icegreen" name="greenmail" rev="1.5.13">
<artifact name="greenmail" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.icegreen', module='greenmail', version='1.5.13')
)
libraryDependencies += "com.icegreen" % "greenmail" % "1.5.13"
[com.icegreen/greenmail "1.5.13"]