| Группа | Группаcom.github.luues.tool |
|---|---|
| Идентификатор | Идентификаторtool-mail |
| Версия | Версия1.0.0.5.RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| tool-mail-1.0.0.5.RELEASE.pom | |
| tool-mail-1.0.0.5.RELEASE.jar | 16 KB |
| tool-mail-1.0.0.5.RELEASE-sources.jar | 12 KB |
| tool-mail-1.0.0.5.RELEASE-javadoc.jar | 76 KB |
| Обзор |
<!-- 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.5.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.luues.tool/tool-mail/
implementation 'com.github.luues.tool:tool-mail:1.0.0.5.RELEASE'
// https://jarcasting.com/artifacts/com.github.luues.tool/tool-mail/
implementation ("com.github.luues.tool:tool-mail:1.0.0.5.RELEASE")
'com.github.luues.tool:tool-mail:jar:1.0.0.5.RELEASE'
<dependency org="com.github.luues.tool" name="tool-mail" rev="1.0.0.5.RELEASE">
<artifact name="tool-mail" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.luues.tool', module='tool-mail', version='1.0.0.5.RELEASE')
)
libraryDependencies += "com.github.luues.tool" % "tool-mail" % "1.0.0.5.RELEASE"
[com.github.luues.tool/tool-mail "1.0.0.5.RELEASE"]