| License | License | 
|---|---|
| Categories | CategoriesJUnit Unit Testing | 
| GroupId | GroupIdcom.icegreen | 
| ArtifactId | ArtifactIdgreenmail-junit4 | 
| Version | Version2.0.0-alpha-2 | 
| Type | Typejar | 
| Description | Description== GreenMail Junit4 == GreenMail Junit4 module | 
| Project Organization | Project OrganizationIcegreen Technologies | 
<!-- https://jarcasting.com/artifacts/com.icegreen/greenmail-junit4/ -->
<dependency>
    <groupId>com.icegreen</groupId>
    <artifactId>greenmail-junit4</artifactId>
    <version>2.0.0-alpha-2</version>
</dependency>// https://jarcasting.com/artifacts/com.icegreen/greenmail-junit4/
implementation 'com.icegreen:greenmail-junit4:2.0.0-alpha-2'// https://jarcasting.com/artifacts/com.icegreen/greenmail-junit4/
implementation ("com.icegreen:greenmail-junit4:2.0.0-alpha-2")'com.icegreen:greenmail-junit4:jar:2.0.0-alpha-2'<dependency org="com.icegreen" name="greenmail-junit4" rev="2.0.0-alpha-2">
  <artifact name="greenmail-junit4" type="jar" />
</dependency>@Grapes(
@Grab(group='com.icegreen', module='greenmail-junit4', version='2.0.0-alpha-2')
)libraryDependencies += "com.icegreen" % "greenmail-junit4" % "2.0.0-alpha-2"[com.icegreen/greenmail-junit4 "2.0.0-alpha-2"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.icegreen : greenmail | jar | 2.0.0-alpha-2 | 
| junit : junit | jar | 4.13.2 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : slf4j-log4j12 | jar | 1.7.32 | 
| org.assertj : assertj-core | jar | 3.19.0 |