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