Maven Coordinates
Apache Maven
<dependency> <groupId>ccom.github.tntim96.fakesmtp</groupId> <artifactId>fakesmtp</artifactId> <version>2.1.1</version> </dependency>
Apache Ivy
<dependency org="ccom.github.tntim96.fakesmtp" name="fakesmtp" rev="2.1.1"> <artifact name="fakesmtp" type="jar" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='ccom.github.tntim96.fakesmtp', module='fakesmtp', version='2.1.1') )
Gradle/Grails
implementation 'ccom.github.tntim96.fakesmtp:fakesmtp:2.1.1'
Scala SBT
libraryDependencies += "ccom.github.tntim96.fakesmtp" % "fakesmtp" % "2.1.1"
Leiningen
[ccom.github.tntim96.fakesmtp/fakesmtp "2.1.1"]
FakeSMTP