Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdde.jbellmann.junit |
ArtifactId | ArtifactIdjunit-smtp |
Version | Version0.9.0 |
Type | Typejar |
Filename | Size |
---|---|
junit-smtp-0.9.0.pom | |
junit-smtp-0.9.0.jar | 7 KB |
junit-smtp-0.9.0-sources.jar | 6 KB |
junit-smtp-0.9.0-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.jbellmann.junit/junit-smtp/ -->
<dependency>
<groupId>de.jbellmann.junit</groupId>
<artifactId>junit-smtp</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.jbellmann.junit/junit-smtp/
implementation 'de.jbellmann.junit:junit-smtp:0.9.0'
// https://jarcasting.com/artifacts/de.jbellmann.junit/junit-smtp/
implementation ("de.jbellmann.junit:junit-smtp:0.9.0")
'de.jbellmann.junit:junit-smtp:jar:0.9.0'
<dependency org="de.jbellmann.junit" name="junit-smtp" rev="0.9.0">
<artifact name="junit-smtp" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.jbellmann.junit', module='junit-smtp', version='0.9.0')
)
libraryDependencies += "de.jbellmann.junit" % "junit-smtp" % "0.9.0"
[de.jbellmann.junit/junit-smtp "0.9.0"]