t

thundr-contrib-gmail

A thundr module for integrating with the Gmail API to send email
https://github.com/3wks/thundr-contrib-gmail
The Apache Software License, Version 2.0
3wks
Kaushik Sen Shane Bell
文件下载
文件名 操作
thundr-contrib-gmail-3.0.0.jar 下载
thundr-contrib-gmail-3.0.0.pom 下载
thundr-contrib-gmail-3.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.threewks.thundr</groupId>
  <artifactId>thundr-contrib-gmail</artifactId>
  <version>3.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.threewks.thundr:thundr-contrib-gmail:3.0.0'
Gradle Kotlin
implementation("com.threewks.thundr:thundr-contrib-gmail:3.0.0")
Scala SBT
libraryDependencies += "com.threewks.thundr" % "thundr-contrib-gmail" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.threewks.thundr', module='thundr-contrib-gmail', version='3.0.0')
)
Apache Ivy
<dependency org="com.threewks.thundr" name="thundr-contrib-gmail" rev="3.0.0" />
Leiningen
[com.threewks.thundr/thundr-contrib-gmail "3.0.0"]
Apache Buildr
'com.threewks.thundr:thundr-contrib-gmail:jar:3.0.0'