Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.networknt |
ArtifactId | ArtifactIdemail |
Version | Version1.5.12 |
Type | Typejar |
Filename | Size |
---|---|
email-1.5.12.pom | |
email-1.5.12.jar | 5 KB |
email-1.5.12-sources.jar | 3 KB |
email-1.5.12-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.networknt/email/ -->
<dependency>
<groupId>com.networknt</groupId>
<artifactId>email</artifactId>
<version>1.5.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.networknt/email/
implementation 'com.networknt:email:1.5.12'
// https://jarcasting.com/artifacts/com.networknt/email/
implementation ("com.networknt:email:1.5.12")
'com.networknt:email:jar:1.5.12'
<dependency org="com.networknt" name="email" rev="1.5.12">
<artifact name="email" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.networknt', module='email', version='1.5.12')
)
libraryDependencies += "com.networknt" % "email" % "1.5.12"
[com.networknt/email "1.5.12"]