License |
License |
---|---|
Categories |
CategoriesGithub Development Tools Version Controls |
GroupId | GroupIdcom.github.wangzihaogithub |
ArtifactId | ArtifactIdemail-service |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionemail-service
Email service for Spring boot
|
Project URL |
Project URL |
Filename | Size |
---|---|
email-service-1.1.1.pom | |
email-service-1.1.1.jar | 61 KB |
email-service-1.1.1-sources.jar | 31 KB |
email-service-1.1.1-javadoc.jar | 197 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wangzihaogithub/email-service/ -->
<dependency>
<groupId>com.github.wangzihaogithub</groupId>
<artifactId>email-service</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wangzihaogithub/email-service/
implementation 'com.github.wangzihaogithub:email-service:1.1.1'
// https://jarcasting.com/artifacts/com.github.wangzihaogithub/email-service/
implementation ("com.github.wangzihaogithub:email-service:1.1.1")
'com.github.wangzihaogithub:email-service:jar:1.1.1'
<dependency org="com.github.wangzihaogithub" name="email-service" rev="1.1.1">
<artifact name="email-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wangzihaogithub', module='email-service', version='1.1.1')
)
libraryDependencies += "com.github.wangzihaogithub" % "email-service" % "1.1.1"
[com.github.wangzihaogithub/email-service "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-mail | jar | 2.6.6 |
Group / Artifact | Type | Version |
---|---|---|
org.jsoup : jsoup | jar | 1.14.3 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.6.6 |