GroupId | GroupIdorg.nutz |
---|---|
ArtifactId | ArtifactIdnutzboot-starter-email |
Version | Version2.3.6.v20190621 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.nutz/nutzboot-starter-email/ -->
<dependency>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-starter-email</artifactId>
<version>2.3.6.v20190621</version>
</dependency>
// https://jarcasting.com/artifacts/org.nutz/nutzboot-starter-email/
implementation 'org.nutz:nutzboot-starter-email:2.3.6.v20190621'
// https://jarcasting.com/artifacts/org.nutz/nutzboot-starter-email/
implementation ("org.nutz:nutzboot-starter-email:2.3.6.v20190621")
'org.nutz:nutzboot-starter-email:jar:2.3.6.v20190621'
<dependency org="org.nutz" name="nutzboot-starter-email" rev="2.3.6.v20190621">
<artifact name="nutzboot-starter-email" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nutz', module='nutzboot-starter-email', version='2.3.6.v20190621')
)
libraryDependencies += "org.nutz" % "nutzboot-starter-email" % "2.3.6.v20190621"
[org.nutz/nutzboot-starter-email "2.3.6.v20190621"]