License |
License |
---|---|
GroupId | GroupIdorg.gaixie.jibu.plugins |
ArtifactId | ArtifactIdjibu-mail |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionJibu Plugins :: Java Mail
稳定、高效、简洁的 Java 应用开发模板。
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
jibu-mail-1.0.0.pom | |
jibu-mail-1.0.0.jar | 3 KB |
jibu-mail-1.0.0-sources.jar | 1 KB |
jibu-mail-1.0.0-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.gaixie.jibu.plugins/jibu-mail/ -->
<dependency>
<groupId>org.gaixie.jibu.plugins</groupId>
<artifactId>jibu-mail</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.gaixie.jibu.plugins/jibu-mail/
implementation 'org.gaixie.jibu.plugins:jibu-mail:1.0.0'
// https://jarcasting.com/artifacts/org.gaixie.jibu.plugins/jibu-mail/
implementation ("org.gaixie.jibu.plugins:jibu-mail:1.0.0")
'org.gaixie.jibu.plugins:jibu-mail:jar:1.0.0'
<dependency org="org.gaixie.jibu.plugins" name="jibu-mail" rev="1.0.0">
<artifact name="jibu-mail" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gaixie.jibu.plugins', module='jibu-mail', version='1.0.0')
)
libraryDependencies += "org.gaixie.jibu.plugins" % "jibu-mail" % "1.0.0"
[org.gaixie.jibu.plugins/jibu-mail "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.mail : mail | jar | 1.4.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.9 |