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