| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdcom.gitlab.spring-boot-starters |
| ArtifactId | ArtifactIdgmail-spring-boot-starter |
| Last Version | Last Version1.0.5.RELEASE |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncom.gitlab.spring-boot-starters:gmail-spring-boot-starter
A spring boot starter used to set up spring mail sender using Gmail API
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.gitlab.spring-boot-starters/gmail-spring-boot-starter/ -->
<dependency>
<groupId>com.gitlab.spring-boot-starters</groupId>
<artifactId>gmail-spring-boot-starter</artifactId>
<version>1.0.5.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.spring-boot-starters/gmail-spring-boot-starter/
implementation 'com.gitlab.spring-boot-starters:gmail-spring-boot-starter:1.0.5.RELEASE'
// https://jarcasting.com/artifacts/com.gitlab.spring-boot-starters/gmail-spring-boot-starter/
implementation ("com.gitlab.spring-boot-starters:gmail-spring-boot-starter:1.0.5.RELEASE")
'com.gitlab.spring-boot-starters:gmail-spring-boot-starter:jar:1.0.5.RELEASE'
<dependency org="com.gitlab.spring-boot-starters" name="gmail-spring-boot-starter" rev="1.0.5.RELEASE">
<artifact name="gmail-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.spring-boot-starters', module='gmail-spring-boot-starter', version='1.0.5.RELEASE')
)
libraryDependencies += "com.gitlab.spring-boot-starters" % "gmail-spring-boot-starter" % "1.0.5.RELEASE"
[com.gitlab.spring-boot-starters/gmail-spring-boot-starter "1.0.5.RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.sun.mail : javax.mail | jar | |
| org.springframework : spring-context-support | jar | |
| org.springframework.boot : spring-boot-autoconfigure | jar | |
| com.google.apis : google-api-services-gmail | jar | v1-rev53-1.22.0 |