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