| GroupId | GroupIdcom.github.aman-1995 |
|---|---|
| ArtifactId | ArtifactIdmailhandler |
| Version | Version0.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| mailhandler-0.0.1.pom | |
| mailhandler-0.0.1.jar | 38 MB |
| mailhandler-0.0.1-sources.jar | 14 KB |
| mailhandler-0.0.1-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>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.aman-1995/mailhandler/
implementation 'com.github.aman-1995:mailhandler:0.0.1'
// https://jarcasting.com/artifacts/com.github.aman-1995/mailhandler/
implementation ("com.github.aman-1995:mailhandler:0.0.1")
'com.github.aman-1995:mailhandler:jar:0.0.1'
<dependency org="com.github.aman-1995" name="mailhandler" rev="0.0.1">
<artifact name="mailhandler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.aman-1995', module='mailhandler', version='0.0.1')
)
libraryDependencies += "com.github.aman-1995" % "mailhandler" % "0.0.1"
[com.github.aman-1995/mailhandler "0.0.1"]