| GroupId | GroupIdio.github.dunwu.boot |
|---|---|
| ArtifactId | ArtifactIddunwu-starter-mail |
| Version | Version1.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| dunwu-starter-mail-1.0.3.pom | |
| dunwu-starter-mail-1.0.3.jar | 362 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.dunwu.boot/dunwu-starter-mail/ -->
<dependency>
<groupId>io.github.dunwu.boot</groupId>
<artifactId>dunwu-starter-mail</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.dunwu.boot/dunwu-starter-mail/
implementation 'io.github.dunwu.boot:dunwu-starter-mail:1.0.3'
// https://jarcasting.com/artifacts/io.github.dunwu.boot/dunwu-starter-mail/
implementation ("io.github.dunwu.boot:dunwu-starter-mail:1.0.3")
'io.github.dunwu.boot:dunwu-starter-mail:jar:1.0.3'
<dependency org="io.github.dunwu.boot" name="dunwu-starter-mail" rev="1.0.3">
<artifact name="dunwu-starter-mail" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.dunwu.boot', module='dunwu-starter-mail', version='1.0.3')
)
libraryDependencies += "io.github.dunwu.boot" % "dunwu-starter-mail" % "1.0.3"
[io.github.dunwu.boot/dunwu-starter-mail "1.0.3"]