| GroupId | GroupIdcom.gitblit.fathom |
|---|---|
| ArtifactId | ArtifactIdfathom-mailer |
| Version | Version0.8.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| fathom-mailer-0.8.4.pom | |
| fathom-mailer-0.8.4.jar | 13 KB |
| fathom-mailer-0.8.4-sources.jar | 7 KB |
| fathom-mailer-0.8.4-javadoc.jar | 49 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitblit.fathom/fathom-mailer/ -->
<dependency>
<groupId>com.gitblit.fathom</groupId>
<artifactId>fathom-mailer</artifactId>
<version>0.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitblit.fathom/fathom-mailer/
implementation 'com.gitblit.fathom:fathom-mailer:0.8.4'
// https://jarcasting.com/artifacts/com.gitblit.fathom/fathom-mailer/
implementation ("com.gitblit.fathom:fathom-mailer:0.8.4")
'com.gitblit.fathom:fathom-mailer:jar:0.8.4'
<dependency org="com.gitblit.fathom" name="fathom-mailer" rev="0.8.4">
<artifact name="fathom-mailer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitblit.fathom', module='fathom-mailer', version='0.8.4')
)
libraryDependencies += "com.gitblit.fathom" % "fathom-mailer" % "0.8.4"
[com.gitblit.fathom/fathom-mailer "0.8.4"]