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