| GroupId | GroupIdcom.github.aman-1995 |
|---|---|
| ArtifactId | ArtifactIdmailhandler |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| mailhandler-1.0.0.pom | |
| mailhandler-1.0.0.jar | 28 KB |
| mailhandler-1.0.0-sources.jar | 17 KB |
| mailhandler-1.0.0-javadoc.jar | 483 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.aman-1995/mailhandler/ -->
<dependency>
<groupId>com.github.aman-1995</groupId>
<artifactId>mailhandler</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.aman-1995/mailhandler/
implementation 'com.github.aman-1995:mailhandler:1.0.0'
// https://jarcasting.com/artifacts/com.github.aman-1995/mailhandler/
implementation ("com.github.aman-1995:mailhandler:1.0.0")
'com.github.aman-1995:mailhandler:jar:1.0.0'
<dependency org="com.github.aman-1995" name="mailhandler" rev="1.0.0">
<artifact name="mailhandler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.aman-1995', module='mailhandler', version='1.0.0')
)
libraryDependencies += "com.github.aman-1995" % "mailhandler" % "1.0.0"
[com.github.aman-1995/mailhandler "1.0.0"]