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