GroupId | GroupIdcom.github.luues.tool |
---|---|
ArtifactId | ArtifactIdtool-mail |
Version | Version1.0.0.9.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
tool-mail-1.0.0.9.RELEASE.pom | |
tool-mail-1.0.0.9.RELEASE.jar | 16 KB |
tool-mail-1.0.0.9.RELEASE-sources.jar | 12 KB |
tool-mail-1.0.0.9.RELEASE-javadoc.jar | 76 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.luues.tool/tool-mail/ -->
<dependency>
<groupId>com.github.luues.tool</groupId>
<artifactId>tool-mail</artifactId>
<version>1.0.0.9.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.luues.tool/tool-mail/
implementation 'com.github.luues.tool:tool-mail:1.0.0.9.RELEASE'
// https://jarcasting.com/artifacts/com.github.luues.tool/tool-mail/
implementation ("com.github.luues.tool:tool-mail:1.0.0.9.RELEASE")
'com.github.luues.tool:tool-mail:jar:1.0.0.9.RELEASE'
<dependency org="com.github.luues.tool" name="tool-mail" rev="1.0.0.9.RELEASE">
<artifact name="tool-mail" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.luues.tool', module='tool-mail', version='1.0.0.9.RELEASE')
)
libraryDependencies += "com.github.luues.tool" % "tool-mail" % "1.0.0.9.RELEASE"
[com.github.luues.tool/tool-mail "1.0.0.9.RELEASE"]