| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.kancyframework |
| Идентификатор | Идентификаторemail-plus |
| Версия | Версия0.0.1-RELEASE |
| Тип | Типpom |
| Описание |
Описаниеemail-plus
邮件增强框架
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| email-plus-0.0.1-RELEASE.pom | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.kancyframework/email-plus/ -->
<dependency>
<groupId>com.github.kancyframework</groupId>
<artifactId>email-plus</artifactId>
<version>0.0.1-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.kancyframework/email-plus/
implementation 'com.github.kancyframework:email-plus:0.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.kancyframework/email-plus/
implementation ("com.github.kancyframework:email-plus:0.0.1-RELEASE")
'com.github.kancyframework:email-plus:pom:0.0.1-RELEASE'
<dependency org="com.github.kancyframework" name="email-plus" rev="0.0.1-RELEASE">
<artifact name="email-plus" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.kancyframework', module='email-plus', version='0.0.1-RELEASE')
)
libraryDependencies += "com.github.kancyframework" % "email-plus" % "0.0.1-RELEASE"
[com.github.kancyframework/email-plus "0.0.1-RELEASE"]