dumbster

a simple fake SMTP server for unit testing

License

License

GroupId

GroupId

com.github.kirviq
ArtifactId

ArtifactId

dumbster
Last Version

Last Version

1.7.1
Release Date

Release Date

Type

Type

jar
Description

Description

dumbster
a simple fake SMTP server for unit testing
Project URL

Project URL

https://github.com/kirviq/dumbster

Download dumbster

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.kirviq/dumbster/ -->
<dependency>
    <groupId>com.github.kirviq</groupId>
    <artifactId>dumbster</artifactId>
    <version>1.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kirviq/dumbster/
implementation 'com.github.kirviq:dumbster:1.7.1'
// https://jarcasting.com/artifacts/com.github.kirviq/dumbster/
implementation ("com.github.kirviq:dumbster:1.7.1")
'com.github.kirviq:dumbster:jar:1.7.1'
<dependency org="com.github.kirviq" name="dumbster" rev="1.7.1">
  <artifact name="dumbster" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kirviq', module='dumbster', version='1.7.1')
)
libraryDependencies += "com.github.kirviq" % "dumbster" % "1.7.1"
[com.github.kirviq/dumbster "1.7.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.18

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.16.6

test (4)

Group / Artifact Type Version
javax.mail : mail jar 1.4
junit : junit jar 4.12
org.hamcrest : hamcrest-all jar 1.3
org.slf4j : slf4j-simple jar 1.7.18

Project Modules

There are no modules declared in this project.

Versions

Version
1.7.1
1.7