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