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