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