License |
License |
---|---|
GroupId | GroupIdcom.mizhousoft.commons |
ArtifactId | ArtifactIdcommons-mail |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncommons-mail
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
commons-mail-1.0.0.pom | |
commons-mail-1.0.0.jar | 5 KB |
commons-mail-1.0.0-sources.jar | 4 KB |
commons-mail-1.0.0-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mizhousoft.commons/commons-mail/ -->
<dependency>
<groupId>com.mizhousoft.commons</groupId>
<artifactId>commons-mail</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mizhousoft.commons/commons-mail/
implementation 'com.mizhousoft.commons:commons-mail:1.0.0'
// https://jarcasting.com/artifacts/com.mizhousoft.commons/commons-mail/
implementation ("com.mizhousoft.commons:commons-mail:1.0.0")
'com.mizhousoft.commons:commons-mail:jar:1.0.0'
<dependency org="com.mizhousoft.commons" name="commons-mail" rev="1.0.0">
<artifact name="commons-mail" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mizhousoft.commons', module='commons-mail', version='1.0.0')
)
libraryDependencies += "com.mizhousoft.commons" % "commons-mail" % "1.0.0"
[com.mizhousoft.commons/commons-mail "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.mizhousoft.commons : commons-data | jar | 1.0.0 |
org.slf4j : slf4j-api | jar | 1.7.30 |
org.apache.commons : commons-lang3 | jar | 3.10 |
org.apache.commons : commons-collections4 | jar | 4.3 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-mail | jar | |
org.springframework.boot : spring-boot-starter | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | |
junit : junit | jar | 4.12 |