Maven Coordinates

Apache Maven

<dependency>
  <groupId>ccom.github.tntim96.fakesmtp</groupId>
  <artifactId>fakesmtp</artifactId>
  <version>2.1.0</version>
</dependency>

Apache Ivy

<dependency org="ccom.github.tntim96.fakesmtp" name="fakesmtp" rev="2.1.0">
  <artifact name="fakesmtp" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='ccom.github.tntim96.fakesmtp', module='fakesmtp', version='2.1.0')
)

Gradle/Grails

implementation 'ccom.github.tntim96.fakesmtp:fakesmtp:2.1.0'

Scala SBT

libraryDependencies += "ccom.github.tntim96.fakesmtp" % "fakesmtp" % "2.1.0"

Leiningen

[ccom.github.tntim96.fakesmtp/fakesmtp "2.1.0"]