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