Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.icegreen |
ArtifactId | ArtifactIdgreenmail-junit5 |
Version | Version1.6.8 |
Type | Typejar |
Filename | Size |
---|---|
greenmail-junit5-1.6.8.pom | |
greenmail-junit5-1.6.8.jar | 3 KB |
greenmail-junit5-1.6.8-sources.jar | 3 KB |
greenmail-junit5-1.6.8-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.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.icegreen/greenmail-junit5/
implementation 'com.icegreen:greenmail-junit5:1.6.8'
// https://jarcasting.com/artifacts/com.icegreen/greenmail-junit5/
implementation ("com.icegreen:greenmail-junit5:1.6.8")
'com.icegreen:greenmail-junit5:jar:1.6.8'
<dependency org="com.icegreen" name="greenmail-junit5" rev="1.6.8">
<artifact name="greenmail-junit5" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.icegreen', module='greenmail-junit5', version='1.6.8')
)
libraryDependencies += "com.icegreen" % "greenmail-junit5" % "1.6.8"
[com.icegreen/greenmail-junit5 "1.6.8"]