Files download
File Operation
fakesmtp-2.0.jar download
fakesmtp-2.0.pom download
fakesmtp-2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.tntim96</groupId>
  <artifactId>fakesmtp</artifactId>
  <version>2.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.tntim96:fakesmtp:2.0'
Gradle Kotlin
implementation("com.github.tntim96:fakesmtp:2.0")
Scala SBT
libraryDependencies += "com.github.tntim96" % "fakesmtp" % "2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.tntim96', module='fakesmtp', version='2.0')
)
Apache Ivy
<dependency org="com.github.tntim96" name="fakesmtp" rev="2.0" />
Leiningen
[com.github.tntim96/fakesmtp "2.0"]
Apache Buildr
'com.github.tntim96:fakesmtp:jar:2.0'