m

mail-spring-boot-starter

文件下载
文件名 操作
mail-spring-boot-starter-1.0.52.jar 下载
mail-spring-boot-starter-1.0.52.pom 下载
mail-spring-boot-starter-1.0.52-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.zhaohaoh</groupId>
  <artifactId>mail-spring-boot-starter</artifactId>
  <version>1.0.52</version>
</dependency>
Gradle Groovy
implementation 'io.github.zhaohaoh:mail-spring-boot-starter:1.0.52'
Gradle Kotlin
implementation("io.github.zhaohaoh:mail-spring-boot-starter:1.0.52")
Scala SBT
libraryDependencies += "io.github.zhaohaoh" % "mail-spring-boot-starter" % "1.0.52"
Groovy Grape
@Grapes(
  @Grab(group='io.github.zhaohaoh', module='mail-spring-boot-starter', version='1.0.52')
)
Apache Ivy
<dependency org="io.github.zhaohaoh" name="mail-spring-boot-starter" rev="1.0.52" />
Leiningen
[io.github.zhaohaoh/mail-spring-boot-starter "1.0.52"]
Apache Buildr
'io.github.zhaohaoh:mail-spring-boot-starter:jar:1.0.52'