d

dunwu-starter-mail

Starter for using Java Mail
Files download
File Operation
dunwu-starter-mail-0.5.6.jar download
dunwu-starter-mail-0.5.6.pom download
dunwu-starter-mail-0.5.6-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.dunwu</groupId>
  <artifactId>dunwu-starter-mail</artifactId>
  <version>0.5.6</version>
</dependency>
Gradle Groovy
implementation 'io.github.dunwu:dunwu-starter-mail:0.5.6'
Gradle Kotlin
implementation("io.github.dunwu:dunwu-starter-mail:0.5.6")
Scala SBT
libraryDependencies += "io.github.dunwu" % "dunwu-starter-mail" % "0.5.6"
Groovy Grape
@Grapes(
  @Grab(group='io.github.dunwu', module='dunwu-starter-mail', version='0.5.6')
)
Apache Ivy
<dependency org="io.github.dunwu" name="dunwu-starter-mail" rev="0.5.6" />
Leiningen
[io.github.dunwu/dunwu-starter-mail "0.5.6"]
Apache Buildr
'io.github.dunwu:dunwu-starter-mail:jar:0.5.6'