GroupId | GroupIdorg.gaixie.jibu.plugins |
---|---|
ArtifactId | ArtifactIdjibu-mail |
Version | Version1.0.0-M3 |
Type | Typejar |
Filename | Size |
---|---|
jibu-mail-1.0.0-M3.pom | |
jibu-mail-1.0.0-M3.jar | 3 KB |
jibu-mail-1.0.0-M3-sources.jar | 2 KB |
jibu-mail-1.0.0-M3-javadoc.jar | 21 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-M3</version>
</dependency>
// https://jarcasting.com/artifacts/org.gaixie.jibu.plugins/jibu-mail/
implementation 'org.gaixie.jibu.plugins:jibu-mail:1.0.0-M3'
// https://jarcasting.com/artifacts/org.gaixie.jibu.plugins/jibu-mail/
implementation ("org.gaixie.jibu.plugins:jibu-mail:1.0.0-M3")
'org.gaixie.jibu.plugins:jibu-mail:jar:1.0.0-M3'
<dependency org="org.gaixie.jibu.plugins" name="jibu-mail" rev="1.0.0-M3">
<artifact name="jibu-mail" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gaixie.jibu.plugins', module='jibu-mail', version='1.0.0-M3')
)
libraryDependencies += "org.gaixie.jibu.plugins" % "jibu-mail" % "1.0.0-M3"
[org.gaixie.jibu.plugins/jibu-mail "1.0.0-M3"]