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