| GroupId | GroupIdio.github.dunwu.boot |
|---|---|
| ArtifactId | ArtifactIddunwu-starter-mail |
| Version | Version1.0.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| dunwu-starter-mail-1.0.5.pom | |
| dunwu-starter-mail-1.0.5.jar | 1 KB |
| 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.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.dunwu.boot/dunwu-starter-mail/
implementation 'io.github.dunwu.boot:dunwu-starter-mail:1.0.5'
// https://jarcasting.com/artifacts/io.github.dunwu.boot/dunwu-starter-mail/
implementation ("io.github.dunwu.boot:dunwu-starter-mail:1.0.5")
'io.github.dunwu.boot:dunwu-starter-mail:jar:1.0.5'
<dependency org="io.github.dunwu.boot" name="dunwu-starter-mail" rev="1.0.5">
<artifact name="dunwu-starter-mail" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.dunwu.boot', module='dunwu-starter-mail', version='1.0.5')
)
libraryDependencies += "io.github.dunwu.boot" % "dunwu-starter-mail" % "1.0.5"
[io.github.dunwu.boot/dunwu-starter-mail "1.0.5"]