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