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