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