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