| GroupId | GroupIdorg.jodd |
|---|---|
| ArtifactId | ArtifactIdjodd-mail |
| Version | Version3.6.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jodd-mail-3.6.4.pom | |
| jodd-mail-3.6.4.jar | 42 KB |
| jodd-mail-3.6.4-sources.jar | 33 KB |
| jodd-mail-3.6.4-javadoc.jar | 135 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jodd/jodd-mail/ -->
<dependency>
<groupId>org.jodd</groupId>
<artifactId>jodd-mail</artifactId>
<version>3.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.jodd/jodd-mail/
implementation 'org.jodd:jodd-mail:3.6.4'
// https://jarcasting.com/artifacts/org.jodd/jodd-mail/
implementation ("org.jodd:jodd-mail:3.6.4")
'org.jodd:jodd-mail:jar:3.6.4'
<dependency org="org.jodd" name="jodd-mail" rev="3.6.4">
<artifact name="jodd-mail" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jodd', module='jodd-mail', version='3.6.4')
)
libraryDependencies += "org.jodd" % "jodd-mail" % "3.6.4"
[org.jodd/jodd-mail "3.6.4"]