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