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