| GroupId | GroupIdorg.chenillekit |
|---|---|
| ArtifactId | ArtifactIdchenillekit-mail |
| Version | Version1.3.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| chenillekit-mail-1.3.0.pom | |
| chenillekit-mail-1.3.0.jar | 9 KB |
| chenillekit-mail-1.3.0-sources.jar | 6 KB |
| chenillekit-mail-1.3.0-javadoc.jar | 70 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.chenillekit/chenillekit-mail/ -->
<dependency>
<groupId>org.chenillekit</groupId>
<artifactId>chenillekit-mail</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.chenillekit/chenillekit-mail/
implementation 'org.chenillekit:chenillekit-mail:1.3.0'
// https://jarcasting.com/artifacts/org.chenillekit/chenillekit-mail/
implementation ("org.chenillekit:chenillekit-mail:1.3.0")
'org.chenillekit:chenillekit-mail:jar:1.3.0'
<dependency org="org.chenillekit" name="chenillekit-mail" rev="1.3.0">
<artifact name="chenillekit-mail" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.chenillekit', module='chenillekit-mail', version='1.3.0')
)
libraryDependencies += "org.chenillekit" % "chenillekit-mail" % "1.3.0"
[org.chenillekit/chenillekit-mail "1.3.0"]