s

subethasmtp-wiser

Wiser is a smart mail testing application.
Files download
File Operation
subethasmtp-wiser-1.0.3.jar download
subethasmtp-wiser-1.0.3.pom download
subethasmtp-wiser-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.subethamail</groupId>
  <artifactId>subethasmtp-wiser</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'org.subethamail:subethasmtp-wiser:1.0.3'
Gradle Kotlin
implementation("org.subethamail:subethasmtp-wiser:1.0.3")
Scala SBT
libraryDependencies += "org.subethamail" % "subethasmtp-wiser" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='org.subethamail', module='subethasmtp-wiser', version='1.0.3')
)
Apache Ivy
<dependency org="org.subethamail" name="subethasmtp-wiser" rev="1.0.3" />
Leiningen
[org.subethamail/subethasmtp-wiser "1.0.3"]
Apache Buildr
'org.subethamail:subethasmtp-wiser:jar:1.0.3'