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