| Categories |
CategoriesJooby User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdorg.jooby |
| ArtifactId | ArtifactIdjooby-commons-email |
| Version | Version1.6.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jooby-commons-email-1.6.7.pom | |
| jooby-commons-email-1.6.7.jar | 11 KB |
| jooby-commons-email-1.6.7-sources.jar | 28 KB |
| jooby-commons-email-1.6.7-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jooby/jooby-commons-email/ -->
<dependency>
<groupId>org.jooby</groupId>
<artifactId>jooby-commons-email</artifactId>
<version>1.6.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.jooby/jooby-commons-email/
implementation 'org.jooby:jooby-commons-email:1.6.7'
// https://jarcasting.com/artifacts/org.jooby/jooby-commons-email/
implementation ("org.jooby:jooby-commons-email:1.6.7")
'org.jooby:jooby-commons-email:jar:1.6.7'
<dependency org="org.jooby" name="jooby-commons-email" rev="1.6.7">
<artifact name="jooby-commons-email" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jooby', module='jooby-commons-email', version='1.6.7')
)
libraryDependencies += "org.jooby" % "jooby-commons-email" % "1.6.7"
[org.jooby/jooby-commons-email "1.6.7"]